Html Css Color HEX #6B6ED1 Slate Blue

📋 copy color: '#6B6ED1'

red 107 ◦ green 110 ◦ blue 209

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

Shades of Slate Blue #6B6ED1

Tints of Slate Blue #6B6ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.06%

R = 25.12%
G = 25.82%
B = 49.06%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B6ED1 (or 0x6B6ED1) is known color: Slate Blue. HEX triplet: 6B, 6E and D1. RGB value is (107,110,209). Sum of RGB (Red+Green+Blue) = 107+110+209=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B6ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ED1 is #94912E. Grayscale: #777777. Windows color (decimal): -9736495 or 13725291. OLE color: 13725291.

HSL color Cylindrical-coordinate representation of color #6B6ED1: hue angle of 238.24º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B6ED1 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 110 209 -
CMYK 0.49 0.47 0 0.18
HSL 238.24º 0.53% 0.62% -
HSV(B) 238.24º 0.49% 0.82% -
XYZ 23.15 18.88 62.75 -
YUV 120.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 107 110 209 0.49 0.47 0 0.18 238.24 0.53 0.62
Hex 6B 6E D1 31 2F 0 12 EE 35 3E
Octal 153 156 321 61 57 0 22 356 65 76
Binary 1101011 1101110 11010001 110001 101111 0 10010 11101110 110101 111110

Color Harmonies of #6B6ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6ED1

Black with #6B6ED1

Text Example


Text Example

White with #6B6ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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