Html Css Color HEX #6E60CC Slate Blue

📋 copy color: '#6E60CC'

red 110 ◦ green 96 ◦ blue 204

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

Shades of Slate Blue #6E60CC

Tints of Slate Blue #6E60CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 26.83%
G = 23.41%
B = 49.76%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E60CC (or 0x6E60CC) is known color: Slate Blue. HEX triplet: 6E, 60 and CC. RGB value is (110,96,204). Sum of RGB (Red+Green+Blue) = 110+96+204=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E60CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60CC is #919F33. Grayscale: #707070. Windows color (decimal): -9543476 or 13394030. OLE color: 13394030.

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

Color convert

RGB 110 96 204 -
CMYK 0.46 0.53 0 0.2
HSL 247.78º 0.51% 0.59% -
HSV(B) 247.78º 0.53% 0.8% -
XYZ 21.51 16.04 59.09 -
YUV 112.5 179.64 126.22 -
System Red Green Blue C M Y K H S L
Decimal 110 96 204 0.46 0.53 0 0.2 247.78 0.51 0.59
Hex 6E 60 CC 2E 35 0 14 F8 33 3B
Octal 156 140 314 56 65 0 24 370 63 73
Binary 1101110 1100000 11001100 101110 110101 0 10100 11111000 110011 111011

Color Harmonies of #6E60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E60CC

Black with #6E60CC

Text Example


Text Example

White with #6E60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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