#656FCA

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

Shades of Chetwode Blue #656FCA

Tints of Chetwode Blue #656FCA

Color information

#656FCA (or 0x656FCA) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and CA. RGB value is (101,111,202). Sum of RGB (Red+Green+Blue) = 101+111+202=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #656FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FCA is #9A9035. Grayscale: #767676. Windows color (decimal): -10129462 or 13266789. OLE color: 13266789.

HSL color Cylindrical-coordinate representation of color #656FCA: hue angle of 234.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656FCA is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101111202-
CMYK0.500.4500.21
HSL234.06º48.79%59.41%-
HSV(B)234.06º50%79.22%-
XYZ21.7118.458.28-
YUV118.38175.19115.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=24.40%
G=26.81%
B=48.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011112020.500.4500.21234.0648.7959.41
Hex656FCA322D015ea313b
Octal14515731262550253526173
Binary110010111011111100101011001010110101010111101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,202); }

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

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

 a { background-color: rgb(101,111,202); }

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

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

 span { border-color: rgb(101,111,202); }

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