Html Css Color HEX #6E66CF Slate Blue

📋 copy color: '#6E66CF'

red 110 ◦ green 102 ◦ blue 207

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

Shades of Slate Blue #6E66CF

Tints of Slate Blue #6E66CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

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

R = 26.25%
G = 24.34%
B = 49.4%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E66CF (or 0x6E66CF) is known color: Slate Blue. HEX triplet: 6E, 66 and CF. RGB value is (110,102,207). Sum of RGB (Red+Green+Blue) = 110+102+207=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E66CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E66CF is #919930. Grayscale: #737373. Windows color (decimal): -9541937 or 13592174. OLE color: 13592174.

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

Color convert

RGB 110 102 207 -
CMYK 0.47 0.51 0 0.19
HSL 244.57º 0.52% 0.61% -
HSV(B) 244.57º 0.51% 0.81% -
XYZ 22.44 17.32 61.19 -
YUV 116.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 110 102 207 0.47 0.51 0 0.19 244.57 0.52 0.61
Hex 6E 66 CF 2F 33 0 13 F5 34 3D
Octal 156 146 317 57 63 0 23 365 64 75
Binary 1101110 1100110 11001111 101111 110011 0 10011 11110101 110100 111101

Color Harmonies of #6E66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E66CF

Black with #6E66CF

Text Example


Text Example

White with #6E66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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