Html Css Color HEX #6E6ECF Slate Blue

📋 copy color: '#6E6ECF'

red 110 ◦ green 110 ◦ blue 207

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

Shades of Slate Blue #6E6ECF

Tints of Slate Blue #6E6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.76%

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 25.76%
G = 25.76%
B = 48.48%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E6ECF (or 0x6E6ECF) is known color: Slate Blue. HEX triplet: 6E, 6E and CF. RGB value is (110,110,207). Sum of RGB (Red+Green+Blue) = 110+110+207=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ECF is #919130. Grayscale: #787878. Windows color (decimal): -9539889 or 13594222. OLE color: 13594222.

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

Color convert

RGB 110 110 207 -
CMYK 0.47 0.47 0 0.19
HSL 240º 0.5% 0.62% -
HSV(B) 240º 0.47% 0.81% -
XYZ 23.27 18.97 61.47 -
YUV 121.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 110 110 207 0.47 0.47 0 0.19 240 0.5 0.62
Hex 6E 6E CF 2F 2F 0 13 F0 32 3E
Octal 156 156 317 57 57 0 23 360 62 76
Binary 1101110 1101110 11001111 101111 101111 0 10011 11110000 110010 111110

Color Harmonies of #6E6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6ECF

Black with #6E6ECF

Text Example


Text Example

White with #6E6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,110,207); }

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

background-color css

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

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

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

border-color css

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

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

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