Html Css Color HEX #6E60CA Slate Blue

📋 copy color: '#6E60CA'

red 110 ◦ green 96 ◦ blue 202

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

Shades of Slate Blue #6E60CA

Tints of Slate Blue #6E60CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.53%

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

R = 26.96%
G = 23.53%
B = 49.51%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E60CA (or 0x6E60CA) is known color: Slate Blue. HEX triplet: 6E, 60 and CA. RGB value is (110,96,202). Sum of RGB (Red+Green+Blue) = 110+96+202=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60CA is #919F35. Grayscale: #6F6F6F. Windows color (decimal): -9543478 or 13262958. OLE color: 13262958.

HSL color Cylindrical-coordinate representation of color #6E60CA: hue angle of 247.92º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E60CA is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 96 202 -
CMYK 0.46 0.52 0 0.21
HSL 247.92º 0.5% 0.58% -
HSV(B) 247.92º 0.52% 0.79% -
XYZ 21.27 15.95 57.83 -
YUV 112.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 110 96 202 0.46 0.52 0 0.21 247.92 0.5 0.58
Hex 6E 60 CA 2E 34 0 15 F8 32 3A
Octal 156 140 312 56 64 0 25 370 62 72
Binary 1101110 1100000 11001010 101110 110100 0 10101 11111000 110010 111010

Color Harmonies of #6E60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E60CA

Black with #6E60CA

Text Example


Text Example

White with #6E60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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