#65709F

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

Shades of Chetwode Blue #65709F

Tints of Chetwode Blue #65709F

Color information

#65709F (or 0x65709F) is unknown color: approx Chetwode Blue. HEX triplet: 65, 70 and 9F. RGB value is (101,112,159). Sum of RGB (Red+Green+Blue) = 101+112+159=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #65709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65709F is #9A8F60. Grayscale: #717171. Windows color (decimal): -10129249 or 10448997. OLE color: 10448997.

HSL color Cylindrical-coordinate representation of color #65709F: hue angle of 228.62º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65709F is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101112159-
CMYK0.360.3000.38
HSL228.62º23.2%50.98%-
HSV(B)228.62º36.48%62.35%-
XYZ17.4216.8635.14-
YUV114.07153.36118.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 159 (62.5% from 255) = 42.74%
R=27.15%
G=30.11%
B=42.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011121590.360.3000.38228.6223.250.98
Hex65709F241E026e51733
Octal14516023744360463452763
Binary11001011110000100111111001001111001001101110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65709F; }

 p { color: rgb(101,112,159); }

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

<style>
 a { background-color: #65709F; }

 a { background-color: rgb(101,112,159); }

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

<style>
 span { border-color: #65709F; }

 span { border-color: rgb(101,112,159); }

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