#656CA7

Color #656CA7 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #656CA7

Tints of Chetwode Blue #656CA7

Color information

#656CA7 (or 0x656CA7) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and A7. RGB value is (101,108,167). Sum of RGB (Red+Green+Blue) = 101+108+167=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #656CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CA7 is #9A9358. Grayscale: #707070. Windows color (decimal): -10130265 or 10972261. OLE color: 10972261.

HSL color Cylindrical-coordinate representation of color #656CA7: hue angle of 233.64º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #656CA7 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB101108167-
CMYK0.400.3500.35
HSL233.64º27.27%52.55%-
HSV(B)233.64º39.52%65.49%-
XYZ17.716.2838.77-
YUV112.63158.68119.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 167 (65.62% from 255) = 44.41%
R=26.86%
G=28.72%
B=44.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011081670.400.3500.35233.6427.2752.55
Hex656CA72823023ea1b35
Octal14515424750430433523365
Binary110010111011001010011110100010001101000111110101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,108,167); }

 H1.HeaderClassName
 {
   color: #656CA7;
 }
 .AnyTagClassName
 {
   color: #656CA7;
 }
</style>
background-color css

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

 a { background-color: rgb(101,108,167); }

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

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

 span { border-color: rgb(101,108,167); }

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