Html Css Color HEX #656FDA Slate Blue

📋 copy color: '#656FDA'

red 101 ◦ green 111 ◦ blue 218

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

Shades of Slate Blue #656FDA

Tints of Slate Blue #656FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 23.49%
G = 25.81%
B = 50.7%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#656FDA (or 0x656FDA) is known color: Slate Blue. HEX triplet: 65, 6F and DA. RGB value is (101,111,218). Sum of RGB (Red+Green+Blue) = 101+111+218=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #656FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FDA is #9A9025. Grayscale: #777777. Windows color (decimal): -10129446 or 14315365. OLE color: 14315365.

HSL color Cylindrical-coordinate representation of color #656FDA: hue angle of 234.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656FDA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 111 218 -
CMYK 0.54 0.49 0 0.15
HSL 234.87º 0.61% 0.63% -
HSV(B) 234.87º 0.54% 0.85% -
XYZ 23.71 19.2 68.79 -
YUV 120.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 101 111 218 0.54 0.49 0 0.15 234.87 0.61 0.63
Hex 65 6F DA 36 31 0 F EB 3D 3F
Octal 145 157 332 66 61 0 17 353 75 77
Binary 1100101 1101111 11011010 110110 110001 0 1111 11101011 111101 111111

Color Harmonies of #656FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656FDA

Black with #656FDA

Text Example


Text Example

White with #656FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,111,218); }

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

background-color css

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

 a { background-color: rgb(101,111,218); }

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

border-color css

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

 span { border-color: rgb(101,111,218); }

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