#656BC4

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

Shades of Chetwode Blue #656BC4

Tints of Chetwode Blue #656BC4

Color information

#656BC4 (or 0x656BC4) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6B and C4. RGB value is (101,107,196). Sum of RGB (Red+Green+Blue) = 101+107+196=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #656BC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BC4 is #9A943B. Grayscale: #727272. Windows color (decimal): -10130492 or 12872549. OLE color: 12872549.

HSL color Cylindrical-coordinate representation of color #656BC4: hue angle of 236.21º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #656BC4 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB101107196-
CMYK0.480.4500.23
HSL236.21º44.6%58.24%-
HSV(B)236.21º48.47%76.86%-
XYZ20.5917.2754.47-
YUV115.35173.51117.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=25%
G=26.49%
B=48.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1011071960.480.4500.23236.2144.658.24
Hex656BC4302D017ec2d3a
Octal14515330460550273545572
Binary110010111010111100010011000010110101011111101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,107,196); }

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

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

 a { background-color: rgb(101,107,196); }

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

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

 span { border-color: rgb(101,107,196); }

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