Html Css Color HEX #6656CD Slate Blue

📋 copy color: '#6656CD'

red 102 ◦ green 86 ◦ blue 205

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

Shades of Slate Blue #6656CD

Tints of Slate Blue #6656CD

RGB

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

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

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

R = 25.95%
G = 21.88%
B = 52.16%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6656CD (or 0x6656CD) is known color: Slate Blue. HEX triplet: 66, 56 and CD. RGB value is (102,86,205). Sum of RGB (Red+Green+Blue) = 102+86+205=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #6656CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656CD is #99A932. Grayscale: #676767. Windows color (decimal): -10070323 or 13456998. OLE color: 13456998.

HSL color Cylindrical-coordinate representation of color #6656CD: hue angle of 248.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6656CD is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 86 205 -
CMYK 0.50 0.58 0 0.20
HSL 248.07º 0.54% 0.57% -
HSV(B) 248.07º 0.58% 0.8% -
XYZ 19.83 13.89 59.39 -
YUV 104.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 102 86 205 0.50 0.58 0 0.20 248.07 0.54 0.57
Hex 66 56 CD 32 3A 0 14 F8 36 39
Octal 146 126 315 62 72 0 24 370 66 71
Binary 1100110 1010110 11001101 110010 111010 0 10100 11111000 110110 111001

Color Harmonies of #6656CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6656CD

Black with #6656CD

Text Example


Text Example

White with #6656CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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