Html Css Color HEX #6B6ECC Slate Blue

📋 copy color: '#6B6ECC'

red 107 ◦ green 110 ◦ blue 204

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

Shades of Slate Blue #6B6ECC

Tints of Slate Blue #6B6ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 25.42%
G = 26.13%
B = 48.46%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B6ECC (or 0x6B6ECC) is known color: Slate Blue. HEX triplet: 6B, 6E and CC. RGB value is (107,110,204). Sum of RGB (Red+Green+Blue) = 107+110+204=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ECC is #949133. Grayscale: #777777. Windows color (decimal): -9736500 or 13397611. OLE color: 13397611.

HSL color Cylindrical-coordinate representation of color #6B6ECC: hue angle of 238.14º 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 #6B6ECC is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 110 204 -
CMYK 0.48 0.46 0 0.2
HSL 238.14º 0.49% 0.61% -
HSV(B) 238.14º 0.48% 0.8% -
XYZ 22.54 18.64 59.54 -
YUV 119.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 107 110 204 0.48 0.46 0 0.2 238.14 0.49 0.61
Hex 6B 6E CC 30 2E 0 14 EE 31 3D
Octal 153 156 314 60 56 0 24 356 61 75
Binary 1101011 1101110 11001100 110000 101110 0 10100 11101110 110001 111101

Color Harmonies of #6B6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6ECC

Black with #6B6ECC

Text Example


Text Example

White with #6B6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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