Html Css Color HEX #656ACF Slate Blue

📋 copy color: '#656ACF'

red 101 ◦ green 106 ◦ blue 207

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

Shades of Slate Blue #656ACF

Tints of Slate Blue #656ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

 BLUE value IS 207 (81.25% from 255) = 50%

R = 24.4%
G = 25.6%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#656ACF (or 0x656ACF) is known color: Slate Blue. HEX triplet: 65, 6A and CF. RGB value is (101,106,207). Sum of RGB (Red+Green+Blue) = 101+106+207=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #656ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ACF is #9A9530. Grayscale: #737373. Windows color (decimal): -10130737 or 13593189. OLE color: 13593189.

HSL color Cylindrical-coordinate representation of color #656ACF: hue angle of 237.17º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656ACF is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 106 207 -
CMYK 0.51 0.49 0 0.19
HSL 237.17º 0.52% 0.6% -
HSV(B) 237.17º 0.51% 0.81% -
XYZ 21.78 17.58 61.28 -
YUV 116.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 101 106 207 0.51 0.49 0 0.19 237.17 0.52 0.6
Hex 65 6A CF 33 31 0 13 ED 34 3C
Octal 145 152 317 63 61 0 23 355 64 74
Binary 1100101 1101010 11001111 110011 110001 0 10011 11101101 110100 111100

Color Harmonies of #656ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656ACF

Black with #656ACF

Text Example


Text Example

White with #656ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,106,207); }

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

background-color css

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

 a { background-color: rgb(101,106,207); }

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

border-color css

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

 span { border-color: rgb(101,106,207); }

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