Html Css Color HEX #656BDF Slate Blue

📋 copy color: '#656BDF'

red 101 ◦ green 107 ◦ blue 223

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

Shades of Slate Blue #656BDF

Tints of Slate Blue #656BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 23.43%
G = 24.83%
B = 51.74%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#656BDF (or 0x656BDF) is known color: Slate Blue. HEX triplet: 65, 6B and DF. RGB value is (101,107,223). Sum of RGB (Red+Green+Blue) = 101+107+223=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #656BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BDF is #9A9420. Grayscale: #757575. Windows color (decimal): -10130465 or 14642021. OLE color: 14642021.

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

Color convert

RGB 101 107 223 -
CMYK 0.55 0.52 0 0.13
HSL 237.05º 0.66% 0.64% -
HSV(B) 237.05º 0.55% 0.87% -
XYZ 23.94 18.61 72.14 -
YUV 118.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 101 107 223 0.55 0.52 0 0.13 237.05 0.66 0.64
Hex 65 6B DF 37 34 0 D ED 42 40
Octal 145 153 337 67 64 0 15 355 102 100
Binary 1100101 1101011 11011111 110111 110100 0 1101 11101101 1000010 1000000

Color Harmonies of #656BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656BDF

Black with #656BDF

Text Example


Text Example

White with #656BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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