Html Css Color HEX #6E66DA Slate Blue

📋 copy color: '#6E66DA'

red 110 ◦ green 102 ◦ blue 218

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

Shades of Slate Blue #6E66DA

Tints of Slate Blue #6E66DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 25.58%
G = 23.72%
B = 50.7%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E66DA (or 0x6E66DA) is known color: Slate Blue. HEX triplet: 6E, 66 and DA. RGB value is (110,102,218). Sum of RGB (Red+Green+Blue) = 110+102+218=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E66DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E66DA is #919925. Grayscale: #757575. Windows color (decimal): -9541926 or 14313070. OLE color: 14313070.

HSL color Cylindrical-coordinate representation of color #6E66DA: hue angle of 244.14º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E66DA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 102 218 -
CMYK 0.50 0.53 0 0.15
HSL 244.14º 0.61% 0.63% -
HSV(B) 244.14º 0.53% 0.85% -
XYZ 23.84 17.88 68.52 -
YUV 117.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 110 102 218 0.50 0.53 0 0.15 244.14 0.61 0.63
Hex 6E 66 DA 32 35 0 F F4 3D 3F
Octal 156 146 332 62 65 0 17 364 75 77
Binary 1101110 1100110 11011010 110010 110101 0 1111 11110100 111101 111111

Color Harmonies of #6E66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E66DA

Black with #6E66DA

Text Example


Text Example

White with #6E66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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