#6A62DF

Color #6A62DF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6A62DF

Tints of Slate Blue #6A62DF

Color information

#6A62DF (or 0x6A62DF) is unknown color: approx Slate Blue. HEX triplet: 6A, 62 and DF. RGB value is (106,98,223). Sum of RGB (Red+Green+Blue) = 106+98+223=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A62DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A62DF is #959D20. Grayscale: #727272. Windows color (decimal): -9805089 or 14639722. OLE color: 14639722.

HSL color Cylindrical-coordinate representation of color #6A62DF: hue angle of 243.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A62DF is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10698223-
CMYK0.520.5600.13
HSL243.84º66.14%62.94%-
HSV(B)243.84º56.05%87.45%-
XYZ23.6317.1371.87-
YUV114.64189.15121.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 223 (87.5% from 255) = 52.22%
R=24.82%
G=22.95%
B=52.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106982230.520.5600.13243.8466.1462.94
Hex6A62DF34380Df4423f
Octal152142337647001536410277
Binary110101011000101101111111010011100001101111101001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A62DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A62DF; }

 p { color: rgb(106,98,223); }

 H1.HeaderClassName
 {
   color: #6A62DF;
 }
 .AnyTagClassName
 {
   color: #6A62DF;
 }
</style>
background-color css

<style>
 a { background-color: #6A62DF; }

 a { background-color: rgb(106,98,223); }

 div.DivClassName
 {
   background-color: #6A62DF;
 }
 .BgClassName
 {
   background-color: #6A62DF;
 }
</style>
border-color css

<style>
 span { border-color: #6A62DF; }

 span { border-color: rgb(106,98,223); }

 td.TdClassName
 {
   border-color: #6A62DF;
 }
 .TagClassName
 {
   border-color: #6A62DF;
 }
</style>