Html Css Color HEX #656CD5 Slate Blue

📋 copy color: '#656CD5'

red 101 ◦ green 108 ◦ blue 213

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

Shades of Slate Blue #656CD5

Tints of Slate Blue #656CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.47%

R = 23.93%
G = 25.59%
B = 50.47%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#656CD5 (or 0x656CD5) is known color: Slate Blue. HEX triplet: 65, 6C and D5. RGB value is (101,108,213). Sum of RGB (Red+Green+Blue) = 101+108+213=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #656CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CD5 is #9A932A. Grayscale: #757575. Windows color (decimal): -10130219 or 13986917. OLE color: 13986917.

HSL color Cylindrical-coordinate representation of color #656CD5: hue angle of 236.25º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #656CD5 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 108 213 -
CMYK 0.53 0.49 0 0.16
HSL 236.25º 0.57% 0.62% -
HSV(B) 236.25º 0.53% 0.84% -
XYZ 22.74 18.3 65.28 -
YUV 117.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 101 108 213 0.53 0.49 0 0.16 236.25 0.57 0.62
Hex 65 6C D5 35 31 0 10 EC 39 3E
Octal 145 154 325 65 61 0 20 354 71 76
Binary 1100101 1101100 11010101 110101 110001 0 10000 11101100 111001 111110

Color Harmonies of #656CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656CD5

Black with #656CD5

Text Example


Text Example

White with #656CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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