#656BC8

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

Shades of Chetwode Blue #656BC8

Tints of Chetwode Blue #656BC8

Color information

#656BC8 (or 0x656BC8) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6B and C8. RGB value is (101,107,200). Sum of RGB (Red+Green+Blue) = 101+107+200=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #656BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BC8 is #9A9437. Grayscale: #737373. Windows color (decimal): -10130488 or 13134693. OLE color: 13134693.

HSL color Cylindrical-coordinate representation of color #656BC8: hue angle of 236.36º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656BC8 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101107200-
CMYK0.490.4600.22
HSL236.36º47.37%59.02%-
HSV(B)236.36º49.5%78.43%-
XYZ21.0517.4556.9-
YUV115.81175.51117.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=24.75%
G=26.23%
B=49.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011072000.490.4600.22236.3647.3759.02
Hex656BC8312E016ec2f3b
Octal14515331061560263545773
Binary110010111010111100100011000110111001011011101100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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