Html Css Color HEX #6E64CB Slate Blue

📋 copy color: '#6E64CB'

red 110 ◦ green 100 ◦ blue 203

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

Shades of Slate Blue #6E64CB

Tints of Slate Blue #6E64CB

RGB

 RED value IS 110 (43.36% from 255) = 26.63%

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

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

R = 26.63%
G = 24.21%
B = 49.15%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E64CB (or 0x6E64CB) is known color: Slate Blue. HEX triplet: 6E, 64 and CB. RGB value is (110,100,203). Sum of RGB (Red+Green+Blue) = 110+100+203=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64CB is #919B34. Grayscale: #727272. Windows color (decimal): -9542453 or 13329518. OLE color: 13329518.

HSL color Cylindrical-coordinate representation of color #6E64CB: hue angle of 245.83º 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 #6E64CB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 100 203 -
CMYK 0.46 0.51 0 0.20
HSL 245.83º 0.5% 0.59% -
HSV(B) 245.83º 0.51% 0.8% -
XYZ 21.77 16.74 58.58 -
YUV 114.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 110 100 203 0.46 0.51 0 0.20 245.83 0.5 0.59
Hex 6E 64 CB 2E 33 0 14 F6 32 3B
Octal 156 144 313 56 63 0 24 366 62 73
Binary 1101110 1100100 11001011 101110 110011 0 10100 11110110 110010 111011

Color Harmonies of #6E64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64CB

Black with #6E64CB

Text Example


Text Example

White with #6E64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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