Html Css Color HEX #656FDC Slate Blue

📋 copy color: '#656FDC'

red 101 ◦ green 111 ◦ blue 220

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

Shades of Slate Blue #656FDC

Tints of Slate Blue #656FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

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

R = 23.38%
G = 25.69%
B = 50.93%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#656FDC (or 0x656FDC) is known color: Slate Blue. HEX triplet: 65, 6F and DC. RGB value is (101,111,220). Sum of RGB (Red+Green+Blue) = 101+111+220=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #656FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FDC is #9A9023. Grayscale: #777777. Windows color (decimal): -10129444 or 14446437. OLE color: 14446437.

HSL color Cylindrical-coordinate representation of color #656FDC: hue angle of 234.96º 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 #656FDC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 111 220 -
CMYK 0.54 0.50 0 0.14
HSL 234.96º 0.63% 0.63% -
HSV(B) 234.96º 0.54% 0.86% -
XYZ 23.97 19.3 70.17 -
YUV 120.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 101 111 220 0.54 0.50 0 0.14 234.96 0.63 0.63
Hex 65 6F DC 36 32 0 E EB 3F 3F
Octal 145 157 334 66 62 0 16 353 77 77
Binary 1100101 1101111 11011100 110110 110010 0 1110 11101011 111111 111111

Color Harmonies of #656FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656FDC

Black with #656FDC

Text Example


Text Example

White with #656FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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