Html Css Color HEX #6B6CCE Slate Blue

📋 copy color: '#6B6CCE'

red 107 ◦ green 108 ◦ blue 206

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

Shades of Slate Blue #6B6CCE

Tints of Slate Blue #6B6CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 25.42%
G = 25.65%
B = 48.93%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B6CCE (or 0x6B6CCE) is known color: Slate Blue. HEX triplet: 6B, 6C and CE. RGB value is (107,108,206). Sum of RGB (Red+Green+Blue) = 107+108+206=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B6CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CCE is #949331. Grayscale: #767676. Windows color (decimal): -9737010 or 13528171. OLE color: 13528171.

HSL color Cylindrical-coordinate representation of color #6B6CCE: hue angle of 239.39º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B6CCE is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 108 206 -
CMYK 0.48 0.48 0 0.19
HSL 239.39º 0.5% 0.61% -
HSV(B) 239.39º 0.48% 0.81% -
XYZ 22.57 18.31 60.74 -
YUV 118.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 107 108 206 0.48 0.48 0 0.19 239.39 0.5 0.61
Hex 6B 6C CE 30 30 0 13 EF 32 3D
Octal 153 154 316 60 60 0 23 357 62 75
Binary 1101011 1101100 11001110 110000 110000 0 10011 11101111 110010 111101

Color Harmonies of #6B6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6CCE

Black with #6B6CCE

Text Example


Text Example

White with #6B6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,108,206); }

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

background-color css

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

 a { background-color: rgb(107,108,206); }

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

border-color css

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

 span { border-color: rgb(107,108,206); }

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