Html Css Color HEX #6F64CB Slate Blue

📋 copy color: '#6F64CB'

red 111 ◦ green 100 ◦ blue 203

#6F64CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6F64CB

Tints of Slate Blue #6F64CB

RGB

 RED value IS 111 (43.75% from 255) = 26.81%

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 26.81%
G = 24.15%
B = 49.03%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F64CB (or 0x6F64CB) is known color: Slate Blue. HEX triplet: 6F, 64 and CB. RGB value is (111,100,203). Sum of RGB (Red+Green+Blue) = 111+100+203=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F64CB is #909B34. Grayscale: #727272. Windows color (decimal): -9476917 or 13329519. OLE color: 13329519.

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

Color convert

RGB 111 100 203 -
CMYK 0.45 0.51 0 0.20
HSL 246.41º 0.5% 0.59% -
HSV(B) 246.41º 0.51% 0.8% -
XYZ 21.89 16.81 58.59 -
YUV 115.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 111 100 203 0.45 0.51 0 0.20 246.41 0.5 0.59
Hex 6F 64 CB 2D 33 0 14 F6 32 3B
Octal 157 144 313 55 63 0 24 366 62 73
Binary 1101111 1100100 11001011 101101 110011 0 10100 11110110 110010 111011

Color Harmonies of #6F64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F64CB

Black with #6F64CB

Text Example


Text Example

White with #6F64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F64CB;
 }
 .AnyTagClassName
 {
   color: #6F64CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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