Html Css Color HEX #6656C6 Slate Blue

📋 copy color: '#6656C6'

red 102 ◦ green 86 ◦ blue 198

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

Shades of Slate Blue #6656C6

Tints of Slate Blue #6656C6

RGB

 RED value IS 102 (40.23% from 255) = 26.42%

 GREEN value IS 86 (33.98% from 255) = 22.28%

 BLUE value IS 198 (77.73% from 255) = 51.3%

R = 26.42%
G = 22.28%
B = 51.3%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6656C6 (or 0x6656C6) is known color: Slate Blue. HEX triplet: 66, 56 and C6. RGB value is (102,86,198). Sum of RGB (Red+Green+Blue) = 102+86+198=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #6656C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656C6 is #99A939. Grayscale: #676767. Windows color (decimal): -10070330 or 12998246. OLE color: 12998246.

HSL color Cylindrical-coordinate representation of color #6656C6: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6656C6 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 86 198 -
CMYK 0.48 0.57 0 0.22
HSL 248.57º 0.5% 0.56% -
HSV(B) 248.57º 0.57% 0.78% -
XYZ 19 13.56 55.04 -
YUV 103.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 102 86 198 0.48 0.57 0 0.22 248.57 0.5 0.56
Hex 66 56 C6 30 39 0 16 F9 32 38
Octal 146 126 306 60 71 0 26 371 62 70
Binary 1100110 1010110 11000110 110000 111001 0 10110 11111001 110010 111000

Color Harmonies of #6656C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6656C6

Black with #6656C6

Text Example


Text Example

White with #6656C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6656C6; }

 p { color: rgb(102,86,198); }

 H1.HeaderClassName
 {
   color: #6656C6;
 }
 .AnyTagClassName
 {
   color: #6656C6;
 }
</style>

background-color css

<style>
 a { background-color: #6656C6; }

 a { background-color: rgb(102,86,198); }

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

border-color css

<style>
 span { border-color: #6656C6; }

 span { border-color: rgb(102,86,198); }

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