Html Css Color HEX #6E60CE Slate Blue

📋 copy color: '#6E60CE'

red 110 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #6E60CE

Tints of Slate Blue #6E60CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 26.7%
G = 23.3%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E60CE (or 0x6E60CE) is known color: Slate Blue. HEX triplet: 6E, 60 and CE. RGB value is (110,96,206). Sum of RGB (Red+Green+Blue) = 110+96+206=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60CE is #919F31. Grayscale: #707070. Windows color (decimal): -9543474 or 13525102. OLE color: 13525102.

HSL color Cylindrical-coordinate representation of color #6E60CE: hue angle of 247.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E60CE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 96 206 -
CMYK 0.47 0.53 0 0.19
HSL 247.64º 0.53% 0.59% -
HSV(B) 247.64º 0.53% 0.81% -
XYZ 21.75 16.14 60.36 -
YUV 112.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 110 96 206 0.47 0.53 0 0.19 247.64 0.53 0.59
Hex 6E 60 CE 2F 35 0 13 F8 35 3B
Octal 156 140 316 57 65 0 23 370 65 73
Binary 1101110 1100000 11001110 101111 110101 0 10011 11111000 110101 111011

Color Harmonies of #6E60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E60CE

Black with #6E60CE

Text Example


Text Example

White with #6E60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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