Html Css Color HEX #6F6ECE Slate Blue

📋 copy color: '#6F6ECE'

red 111 ◦ green 110 ◦ blue 206

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

Shades of Slate Blue #6F6ECE

Tints of Slate Blue #6F6ECE

RGB

 RED value IS 111 (43.75% from 255) = 26%

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

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

R = 26%
G = 25.76%
B = 48.24%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F6ECE (or 0x6F6ECE) is known color: Slate Blue. HEX triplet: 6F, 6E and CE. RGB value is (111,110,206). Sum of RGB (Red+Green+Blue) = 111+110+206=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ECE is #909131. Grayscale: #787878. Windows color (decimal): -9474354 or 13528687. OLE color: 13528687.

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

Color convert

RGB 111 110 206 -
CMYK 0.46 0.47 0 0.19
HSL 240.63º 0.49% 0.62% -
HSV(B) 240.63º 0.47% 0.81% -
XYZ 23.27 18.99 60.83 -
YUV 121.24 175.83 120.69 -
System Red Green Blue C M Y K H S L
Decimal 111 110 206 0.46 0.47 0 0.19 240.63 0.49 0.62
Hex 6F 6E CE 2E 2F 0 13 F1 31 3E
Octal 157 156 316 56 57 0 23 361 61 76
Binary 1101111 1101110 11001110 101110 101111 0 10011 11110001 110001 111110

Color Harmonies of #6F6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6ECE

Black with #6F6ECE

Text Example


Text Example

White with #6F6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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