#6F6CCA

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

Shades of Slate Blue #6F6CCA

Tints of Slate Blue #6F6CCA

Color information

#6F6CCA (or 0x6F6CCA) is unknown color: approx Slate Blue. HEX triplet: 6F, 6C and CA. RGB value is (111,108,202). Sum of RGB (Red+Green+Blue) = 111+108+202=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6CCA is #909335. Grayscale: #777777. Windows color (decimal): -9474870 or 13266031. OLE color: 13266031.

HSL color Cylindrical-coordinate representation of color #6F6CCA: hue angle of 241.91º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F6CCA is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111108202-
CMYK0.450.4700.21
HSL241.91º47%60.78%-
HSV(B)241.91º46.53%79.22%-
XYZ22.5818.3758.23-
YUV119.61174.49121.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.37%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=26.37%
G=25.65%
B=47.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111082020.450.4700.21241.914760.78
Hex6F6CCA2D2F015f22f3d
Octal15715431255570253625775
Binary110111111011001100101010110110111101010111110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,108,202); }

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

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

 a { background-color: rgb(111,108,202); }

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

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

 span { border-color: rgb(111,108,202); }

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