#6F62CE

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

Shades of Slate Blue #6F62CE

Tints of Slate Blue #6F62CE

Color information

#6F62CE (or 0x6F62CE) is unknown color: approx Slate Blue. HEX triplet: 6F, 62 and CE. RGB value is (111,98,206). Sum of RGB (Red+Green+Blue) = 111+98+206=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F62CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F62CE is #909D31. Grayscale: #717171. Windows color (decimal): -9477426 or 13525615. OLE color: 13525615.

HSL color Cylindrical-coordinate representation of color #6F62CE: hue angle of 247.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F62CE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11198206-
CMYK0.460.5200.19
HSL247.22º52.43%59.61%-
HSV(B)247.22º52.43%80.78%-
XYZ22.0616.5760.43-
YUV114.2179.81125.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=26.75%
G=23.61%
B=49.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal111982060.460.5200.19247.2252.4359.61
Hex6F62CE2E34013f7343c
Octal15714231656640233676474
Binary110111111000101100111010111011010001001111110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,206); }

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

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

 a { background-color: rgb(111,98,206); }

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

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

 span { border-color: rgb(111,98,206); }

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