Html Css Color HEX #656DAA Chetwode Blue

📋 copy color: '#656DAA'

red 101 ◦ green 109 ◦ blue 170

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

Shades of Chetwode Blue #656DAA

Tints of Chetwode Blue #656DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 26.58%
G = 28.68%
B = 44.74%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#656DAA (or 0x656DAA) is known color: Chetwode Blue. HEX triplet: 65, 6D and AA. RGB value is (101,109,170). Sum of RGB (Red+Green+Blue) = 101+109+170=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #656DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656DAA is #9A9255. Grayscale: #717171. Windows color (decimal): -10130006 or 11169125. OLE color: 11169125.

HSL color Cylindrical-coordinate representation of color #656DAA: hue angle of 233.04º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #656DAA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 109 170 -
CMYK 0.41 0.36 0 0.33
HSL 233.04º 0.29% 0.53% -
HSV(B) 233.04º 0.41% 0.67% -
XYZ 18.09 16.61 40.28 -
YUV 113.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 101 109 170 0.41 0.36 0 0.33 233.04 0.29 0.53
Hex 65 6D AA 29 24 0 21 E9 1D 35
Octal 145 155 252 51 44 0 41 351 35 65
Binary 1100101 1101101 10101010 101001 100100 0 100001 11101001 11101 110101

Color Harmonies of #656DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656DAA

Black with #656DAA

Text Example


Text Example

White with #656DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,109,170); }

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

background-color css

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

 a { background-color: rgb(101,109,170); }

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

border-color css

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

 span { border-color: rgb(101,109,170); }

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