Html Css Color HEX #6E6FCF Slate Blue

📋 copy color: '#6E6FCF'

red 110 ◦ green 111 ◦ blue 207

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

Shades of Slate Blue #6E6FCF

Tints of Slate Blue #6E6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.93%

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

R = 25.7%
G = 25.93%
B = 48.36%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E6FCF (or 0x6E6FCF) is known color: Slate Blue. HEX triplet: 6E, 6F and CF. RGB value is (110,111,207). Sum of RGB (Red+Green+Blue) = 110+111+207=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E6FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6FCF is #919030. Grayscale: #797979. Windows color (decimal): -9539633 or 13594478. OLE color: 13594478.

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

Color convert

RGB 110 111 207 -
CMYK 0.47 0.46 0 0.19
HSL 239.38º 0.5% 0.62% -
HSV(B) 239.38º 0.47% 0.81% -
XYZ 23.38 19.19 61.5 -
YUV 121.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 110 111 207 0.47 0.46 0 0.19 239.38 0.5 0.62
Hex 6E 6F CF 2F 2E 0 13 EF 32 3E
Octal 156 157 317 57 56 0 23 357 62 76
Binary 1101110 1101111 11001111 101111 101110 0 10011 11101111 110010 111110

Color Harmonies of #6E6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6FCF

Black with #6E6FCF

Text Example


Text Example

White with #6E6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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