Html Css Color HEX #656FAA Chetwode Blue

📋 copy color: '#656FAA'

red 101 ◦ green 111 ◦ blue 170

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

Shades of Chetwode Blue #656FAA

Tints of Chetwode Blue #656FAA

RGB

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

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

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

R = 26.44%
G = 29.06%
B = 44.5%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#656FAA (or 0x656FAA) is known color: Chetwode Blue. HEX triplet: 65, 6F and AA. RGB value is (101,111,170). Sum of RGB (Red+Green+Blue) = 101+111+170=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #656FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656FAA is #9A9055. Grayscale: #727272. Windows color (decimal): -10129494 or 11169637. OLE color: 11169637.

HSL color Cylindrical-coordinate representation of color #656FAA: hue angle of 231.3º 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 #656FAA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 111 170 -
CMYK 0.41 0.35 0 0.33
HSL 231.3º 0.29% 0.53% -
HSV(B) 231.3º 0.41% 0.67% -
XYZ 18.31 17.04 40.35 -
YUV 114.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 101 111 170 0.41 0.35 0 0.33 231.3 0.29 0.53
Hex 65 6F AA 29 23 0 21 E7 1D 35
Octal 145 157 252 51 43 0 41 347 35 65
Binary 1100101 1101111 10101010 101001 100011 0 100001 11100111 11101 110101

Color Harmonies of #656FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656FAA

Black with #656FAA

Text Example


Text Example

White with #656FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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