Html Css Color HEX #656BDD Slate Blue

📋 copy color: '#656BDD'

red 101 ◦ green 107 ◦ blue 221

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

Shades of Slate Blue #656BDD

Tints of Slate Blue #656BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 23.54%
G = 24.94%
B = 51.52%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#656BDD (or 0x656BDD) is known color: Slate Blue. HEX triplet: 65, 6B and DD. RGB value is (101,107,221). Sum of RGB (Red+Green+Blue) = 101+107+221=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #656BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BDD is #9A9422. Grayscale: #757575. Windows color (decimal): -10130467 or 14510949. OLE color: 14510949.

HSL color Cylindrical-coordinate representation of color #656BDD: hue angle of 237º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656BDD is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 107 221 -
CMYK 0.54 0.52 0 0.13
HSL 237º 0.64% 0.63% -
HSV(B) 237º 0.54% 0.87% -
XYZ 23.68 18.5 70.73 -
YUV 118.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 101 107 221 0.54 0.52 0 0.13 237 0.64 0.63
Hex 65 6B DD 36 34 0 D ED 40 3F
Octal 145 153 335 66 64 0 15 355 100 77
Binary 1100101 1101011 11011101 110110 110100 0 1101 11101101 1000000 111111

Color Harmonies of #656BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656BDD

Black with #656BDD

Text Example


Text Example

White with #656BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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