Html Css Color HEX #656AA5 Chetwode Blue

📋 copy color: '#656AA5'

red 101 ◦ green 106 ◦ blue 165

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

Shades of Chetwode Blue #656AA5

Tints of Chetwode Blue #656AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.35%

R = 27.15%
G = 28.49%
B = 44.35%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#656AA5 (or 0x656AA5) is known color: Chetwode Blue. HEX triplet: 65, 6A and A5. RGB value is (101,106,165). Sum of RGB (Red+Green+Blue) = 101+106+165=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #656AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AA5 is #9A955A. Grayscale: #6E6E6E. Windows color (decimal): -10130779 or 10840677. OLE color: 10840677.

HSL color Cylindrical-coordinate representation of color #656AA5: hue angle of 235.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #656AA5 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 106 165 -
CMYK 0.39 0.36 0 0.35
HSL 235.31º 0.26% 0.52% -
HSV(B) 235.31º 0.39% 0.65% -
XYZ 17.31 15.79 37.73 -
YUV 111.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 101 106 165 0.39 0.36 0 0.35 235.31 0.26 0.52
Hex 65 6A A5 27 24 0 23 EB 1A 34
Octal 145 152 245 47 44 0 43 353 32 64
Binary 1100101 1101010 10100101 100111 100100 0 100011 11101011 11010 110100

Color Harmonies of #656AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656AA5

Black with #656AA5

Text Example


Text Example

White with #656AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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