Html Css Color HEX #656CDC Slate Blue

📋 copy color: '#656CDC'

red 101 ◦ green 108 ◦ blue 220

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

Shades of Slate Blue #656CDC

Tints of Slate Blue #656CDC

RGB

 RED value IS 101 (39.84% from 255) = 23.54%

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 23.54%
G = 25.17%
B = 51.28%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#656CDC (or 0x656CDC) is known color: Slate Blue. HEX triplet: 65, 6C and DC. RGB value is (101,108,220). Sum of RGB (Red+Green+Blue) = 101+108+220=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #656CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CDC is #9A9323. Grayscale: #767676. Windows color (decimal): -10130212 or 14445669. OLE color: 14445669.

HSL color Cylindrical-coordinate representation of color #656CDC: hue angle of 236.47º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656CDC is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 108 220 -
CMYK 0.54 0.51 0 0.14
HSL 236.47º 0.63% 0.63% -
HSV(B) 236.47º 0.54% 0.86% -
XYZ 23.65 18.66 70.07 -
YUV 118.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 101 108 220 0.54 0.51 0 0.14 236.47 0.63 0.63
Hex 65 6C DC 36 33 0 E EC 3F 3F
Octal 145 154 334 66 63 0 16 354 77 77
Binary 1100101 1101100 11011100 110110 110011 0 1110 11101100 111111 111111

Color Harmonies of #656CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656CDC

Black with #656CDC

Text Example


Text Example

White with #656CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656CDC; }

 p { color: rgb(101,108,220); }

 H1.HeaderClassName
 {
   color: #656CDC;
 }
 .AnyTagClassName
 {
   color: #656CDC;
 }
</style>

background-color css

<style>
 a { background-color: #656CDC; }

 a { background-color: rgb(101,108,220); }

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

border-color css

<style>
 span { border-color: #656CDC; }

 span { border-color: rgb(101,108,220); }

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