Html Css Color HEX #6B6ED6 Slate Blue

📋 copy color: '#6B6ED6'

red 107 ◦ green 110 ◦ blue 214

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

Shades of Slate Blue #6B6ED6

Tints of Slate Blue #6B6ED6

RGB

 RED value IS 107 (42.19% from 255) = 24.83%

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

 BLUE value IS 214 (83.98% from 255) = 49.65%

R = 24.83%
G = 25.52%
B = 49.65%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B6ED6 (or 0x6B6ED6) is known color: Slate Blue. HEX triplet: 6B, 6E and D6. RGB value is (107,110,214). Sum of RGB (Red+Green+Blue) = 107+110+214=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B6ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ED6 is #949129. Grayscale: #787878. Windows color (decimal): -9736490 or 14052971. OLE color: 14052971.

HSL color Cylindrical-coordinate representation of color #6B6ED6: hue angle of 238.32º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B6ED6 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 110 214 -
CMYK 0.50 0.49 0 0.16
HSL 238.32º 0.57% 0.63% -
HSV(B) 238.32º 0.5% 0.84% -
XYZ 23.78 19.13 66.06 -
YUV 120.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 107 110 214 0.50 0.49 0 0.16 238.32 0.57 0.63
Hex 6B 6E D6 32 31 0 10 EE 39 3F
Octal 153 156 326 62 61 0 20 356 71 77
Binary 1101011 1101110 11010110 110010 110001 0 10000 11101110 111001 111111

Color Harmonies of #6B6ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6ED6

Black with #6B6ED6

Text Example


Text Example

White with #6B6ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,110,214); }

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

background-color css

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

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

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

border-color css

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

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

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