Html Css Color HEX #6B6ECD Slate Blue

📋 copy color: '#6B6ECD'

red 107 ◦ green 110 ◦ blue 205

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

Shades of Slate Blue #6B6ECD

Tints of Slate Blue #6B6ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 25.36%
G = 26.07%
B = 48.58%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B6ECD (or 0x6B6ECD) is known color: Slate Blue. HEX triplet: 6B, 6E and CD. RGB value is (107,110,205). Sum of RGB (Red+Green+Blue) = 107+110+205=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B6ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ECD is #949132. Grayscale: #777777. Windows color (decimal): -9736499 or 13463147. OLE color: 13463147.

HSL color Cylindrical-coordinate representation of color #6B6ECD: hue angle of 238.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B6ECD is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 110 205 -
CMYK 0.48 0.46 0 0.20
HSL 238.16º 0.49% 0.61% -
HSV(B) 238.16º 0.48% 0.8% -
XYZ 22.66 18.69 60.17 -
YUV 119.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 107 110 205 0.48 0.46 0 0.20 238.16 0.49 0.61
Hex 6B 6E CD 30 2E 0 14 EE 31 3D
Octal 153 156 315 60 56 0 24 356 61 75
Binary 1101011 1101110 11001101 110000 101110 0 10100 11101110 110001 111101

Color Harmonies of #6B6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6ECD

Black with #6B6ECD

Text Example


Text Example

White with #6B6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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