Html Css Color HEX #656BCD Slate Blue

📋 copy color: '#656BCD'

red 101 ◦ green 107 ◦ blue 205

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

Shades of Slate Blue #656BCD

Tints of Slate Blue #656BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.91%

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

R = 24.46%
G = 25.91%
B = 49.64%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#656BCD (or 0x656BCD) is known color: Slate Blue. HEX triplet: 65, 6B and CD. RGB value is (101,107,205). Sum of RGB (Red+Green+Blue) = 101+107+205=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #656BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BCD is #9A9432. Grayscale: #737373. Windows color (decimal): -10130483 or 13462373. OLE color: 13462373.

HSL color Cylindrical-coordinate representation of color #656BCD: hue angle of 236.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656BCD is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 107 205 -
CMYK 0.51 0.48 0 0.20
HSL 236.54º 0.51% 0.6% -
HSV(B) 236.54º 0.51% 0.8% -
XYZ 21.64 17.69 60.03 -
YUV 116.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 101 107 205 0.51 0.48 0 0.20 236.54 0.51 0.6
Hex 65 6B CD 33 30 0 14 ED 33 3C
Octal 145 153 315 63 60 0 24 355 63 74
Binary 1100101 1101011 11001101 110011 110000 0 10100 11101101 110011 111100

Color Harmonies of #656BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656BCD

Black with #656BCD

Text Example


Text Example

White with #656BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,107,205); }

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

background-color css

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

 a { background-color: rgb(101,107,205); }

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

border-color css

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

 span { border-color: rgb(101,107,205); }

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