Html Css Color HEX #6E6CCC Slate Blue

📋 copy color: '#6E6CCC'

red 110 ◦ green 108 ◦ blue 204

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

Shades of Slate Blue #6E6CCC

Tints of Slate Blue #6E6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 26.07%
G = 25.59%
B = 48.34%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E6CCC (or 0x6E6CCC) is known color: Slate Blue. HEX triplet: 6E, 6C and CC. RGB value is (110,108,204). Sum of RGB (Red+Green+Blue) = 110+108+204=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CCC is #919333. Grayscale: #777777. Windows color (decimal): -9540404 or 13397102. OLE color: 13397102.

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

Color convert

RGB 110 108 204 -
CMYK 0.46 0.47 0 0.2
HSL 241.25º 0.48% 0.61% -
HSV(B) 241.25º 0.47% 0.8% -
XYZ 22.69 18.4 59.48 -
YUV 119.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 110 108 204 0.46 0.47 0 0.2 241.25 0.48 0.61
Hex 6E 6C CC 2E 2F 0 14 F1 30 3D
Octal 156 154 314 56 57 0 24 361 60 75
Binary 1101110 1101100 11001100 101110 101111 0 10100 11110001 110000 111101

Color Harmonies of #6E6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6CCC

Black with #6E6CCC

Text Example


Text Example

White with #6E6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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