#6F64CA

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

Shades of Slate Blue #6F64CA

Tints of Slate Blue #6F64CA

Color information

#6F64CA (or 0x6F64CA) is unknown color: approx Slate Blue. HEX triplet: 6F, 64 and CA. RGB value is (111,100,202). Sum of RGB (Red+Green+Blue) = 111+100+202=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F64CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F64CA is #909B35. Grayscale: #727272. Windows color (decimal): -9476918 or 13263983. OLE color: 13263983.

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

Color convert

RGB111100202-
CMYK0.450.5000.21
HSL246.47º49.04%59.22%-
HSV(B)246.47º50.5%79.22%-
XYZ21.7716.7657.96-
YUV114.92177.14125.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.88%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=26.88%
G=24.21%
B=48.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111002020.450.5000.21246.4749.0459.22
Hex6F64CA2D32015f6313b
Octal15714431255620253666173
Binary110111111001001100101010110111001001010111110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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