#6F62CC

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

Shades of Slate Blue #6F62CC

Tints of Slate Blue #6F62CC

Color information

#6F62CC (or 0x6F62CC) is unknown color: approx Slate Blue. HEX triplet: 6F, 62 and CC. RGB value is (111,98,204). Sum of RGB (Red+Green+Blue) = 111+98+204=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F62CC is #909D33. Grayscale: #717171. Windows color (decimal): -9477428 or 13394543. OLE color: 13394543.

HSL color Cylindrical-coordinate representation of color #6F62CC: hue angle of 247.36º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F62CC is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11198204-
CMYK0.460.5200.2
HSL247.36º50.96%59.22%-
HSV(B)247.36º51.96%80%-
XYZ21.8216.4759.16-
YUV113.97178.81125.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.88%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=26.88%
G=23.73%
B=49.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal111982040.460.5200.2247.3650.9659.22
Hex6F62CC2E34014f7333b
Octal15714231456640243676373
Binary110111111000101100110010111011010001010011110111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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