Html Css Color HEX #656AA6 Chetwode Blue

📋 copy color: '#656AA6'

red 101 ◦ green 106 ◦ blue 166

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

Shades of Chetwode Blue #656AA6

Tints of Chetwode Blue #656AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 27.08%
G = 28.42%
B = 44.5%

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

#656AA6 (or 0x656AA6) is known color: Chetwode Blue. HEX triplet: 65, 6A and A6. RGB value is (101,106,166). Sum of RGB (Red+Green+Blue) = 101+106+166=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #656AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AA6 is #9A9559. Grayscale: #6F6F6F. Windows color (decimal): -10130778 or 10906213. OLE color: 10906213.

HSL color Cylindrical-coordinate representation of color #656AA6: hue angle of 235.38º degrees, saturation: 0.27, 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 #656AA6 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 106 166 -
CMYK 0.39 0.36 0 0.35
HSL 235.38º 0.27% 0.52% -
HSV(B) 235.38º 0.39% 0.65% -
XYZ 17.4 15.83 38.21 -
YUV 111.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 101 106 166 0.39 0.36 0 0.35 235.38 0.27 0.52
Hex 65 6A A6 27 24 0 23 EB 1B 34
Octal 145 152 246 47 44 0 43 353 33 64
Binary 1100101 1101010 10100110 100111 100100 0 100011 11101011 11011 110100

Color Harmonies of #656AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656AA6

Black with #656AA6

Text Example


Text Example

White with #656AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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