Html Css Color HEX #6E6BCE Slate Blue

📋 copy color: '#6E6BCE'

red 110 ◦ green 107 ◦ blue 206

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

Shades of Slate Blue #6E6BCE

Tints of Slate Blue #6E6BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 26%
G = 25.3%
B = 48.7%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E6BCE (or 0x6E6BCE) is known color: Slate Blue. HEX triplet: 6E, 6B and CE. RGB value is (110,107,206). Sum of RGB (Red+Green+Blue) = 110+107+206=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E6BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BCE is #919431. Grayscale: #767676. Windows color (decimal): -9540658 or 13527918. OLE color: 13527918.

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

Color convert

RGB 110 107 206 -
CMYK 0.47 0.48 0 0.19
HSL 241.82º 0.5% 0.61% -
HSV(B) 241.82º 0.48% 0.81% -
XYZ 22.83 18.29 60.72 -
YUV 119.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 110 107 206 0.47 0.48 0 0.19 241.82 0.5 0.61
Hex 6E 6B CE 2F 30 0 13 F2 32 3D
Octal 156 153 316 57 60 0 23 362 62 75
Binary 1101110 1101011 11001110 101111 110000 0 10011 11110010 110010 111101

Color Harmonies of #6E6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6BCE

Black with #6E6BCE

Text Example


Text Example

White with #6E6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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