Html Css Color HEX #6E6CCD Slate Blue

📋 copy color: '#6E6CCD'

red 110 ◦ green 108 ◦ blue 205

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

Shades of Slate Blue #6E6CCD

Tints of Slate Blue #6E6CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 26%
G = 25.53%
B = 48.46%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E6CCD (or 0x6E6CCD) is known color: Slate Blue. HEX triplet: 6E, 6C and CD. RGB value is (110,108,205). Sum of RGB (Red+Green+Blue) = 110+108+205=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CCD is #919332. Grayscale: #777777. Windows color (decimal): -9540403 or 13462638. OLE color: 13462638.

HSL color Cylindrical-coordinate representation of color #6E6CCD: hue angle of 241.24º degrees, saturation: 0.49, 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 #6E6CCD is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 108 205 -
CMYK 0.46 0.47 0 0.20
HSL 241.24º 0.49% 0.61% -
HSV(B) 241.24º 0.47% 0.8% -
XYZ 22.81 18.45 60.12 -
YUV 119.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 110 108 205 0.46 0.47 0 0.20 241.24 0.49 0.61
Hex 6E 6C CD 2E 2F 0 14 F1 31 3D
Octal 156 154 315 56 57 0 24 361 61 75
Binary 1101110 1101100 11001101 101110 101111 0 10100 11110001 110001 111101

Color Harmonies of #6E6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6CCD

Black with #6E6CCD

Text Example


Text Example

White with #6E6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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