Html Css Color HEX #6E64CA Slate Blue

📋 copy color: '#6E64CA'

red 110 ◦ green 100 ◦ blue 202

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

Shades of Slate Blue #6E64CA

Tints of Slate Blue #6E64CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 26.7%
G = 24.27%
B = 49.03%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E64CA (or 0x6E64CA) is known color: Slate Blue. HEX triplet: 6E, 64 and CA. RGB value is (110,100,202). Sum of RGB (Red+Green+Blue) = 110+100+202=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E64CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64CA is #919B35. Grayscale: #727272. Windows color (decimal): -9542454 or 13263982. OLE color: 13263982.

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

Color convert

RGB 110 100 202 -
CMYK 0.46 0.50 0 0.21
HSL 245.88º 0.49% 0.59% -
HSV(B) 245.88º 0.5% 0.79% -
XYZ 21.65 16.69 57.96 -
YUV 114.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 110 100 202 0.46 0.50 0 0.21 245.88 0.49 0.59
Hex 6E 64 CA 2E 32 0 15 F6 31 3B
Octal 156 144 312 56 62 0 25 366 61 73
Binary 1101110 1100100 11001010 101110 110010 0 10101 11110110 110001 111011

Color Harmonies of #6E64CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64CA

Black with #6E64CA

Text Example


Text Example

White with #6E64CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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