Html Css Color HEX #656BDB Slate Blue

📋 copy color: '#656BDB'

red 101 ◦ green 107 ◦ blue 219

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

Shades of Slate Blue #656BDB

Tints of Slate Blue #656BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 23.65%
G = 25.06%
B = 51.29%

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

#656BDB (or 0x656BDB) is known color: Slate Blue. HEX triplet: 65, 6B and DB. RGB value is (101,107,219). Sum of RGB (Red+Green+Blue) = 101+107+219=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #656BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BDB is #9A9424. Grayscale: #757575. Windows color (decimal): -10130469 or 14379877. OLE color: 14379877.

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

Color convert

RGB 101 107 219 -
CMYK 0.54 0.51 0 0.14
HSL 236.95º 0.62% 0.63% -
HSV(B) 236.95º 0.54% 0.86% -
XYZ 23.41 18.4 69.33 -
YUV 117.97 185.01 115.89 -
System Red Green Blue C M Y K H S L
Decimal 101 107 219 0.54 0.51 0 0.14 236.95 0.62 0.63
Hex 65 6B DB 36 33 0 E ED 3E 3F
Octal 145 153 333 66 63 0 16 355 76 77
Binary 1100101 1101011 11011011 110110 110011 0 1110 11101101 111110 111111

Color Harmonies of #656BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656BDB

Black with #656BDB

Text Example


Text Example

White with #656BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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