Html Css Color HEX #656AAD Chetwode Blue

📋 copy color: '#656AAD'

red 101 ◦ green 106 ◦ blue 173

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

Shades of Chetwode Blue #656AAD

Tints of Chetwode Blue #656AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 26.58%
G = 27.89%
B = 45.53%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#656AAD (or 0x656AAD) is known color: Chetwode Blue. HEX triplet: 65, 6A and AD. RGB value is (101,106,173). Sum of RGB (Red+Green+Blue) = 101+106+173=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #656AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AAD is #9A9552. Grayscale: #6F6F6F. Windows color (decimal): -10130771 or 11364965. OLE color: 11364965.

HSL color Cylindrical-coordinate representation of color #656AAD: hue angle of 235.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #656AAD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 106 173 -
CMYK 0.42 0.39 0 0.32
HSL 235.83º 0.31% 0.54% -
HSV(B) 235.83º 0.42% 0.68% -
XYZ 18.06 16.09 41.69 -
YUV 112.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 101 106 173 0.42 0.39 0 0.32 235.83 0.31 0.54
Hex 65 6A AD 2A 27 0 20 EC 1F 36
Octal 145 152 255 52 47 0 40 354 37 66
Binary 1100101 1101010 10101101 101010 100111 0 100000 11101100 11111 110110

Color Harmonies of #656AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656AAD

Black with #656AAD

Text Example


Text Example

White with #656AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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