#65699D

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

Shades of Chetwode Blue #65699D

Tints of Chetwode Blue #65699D

Color information

#65699D (or 0x65699D) is unknown color: approx Chetwode Blue. HEX triplet: 65, 69 and 9D. RGB value is (101,105,157). Sum of RGB (Red+Green+Blue) = 101+105+157=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #65699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699D is #9A9662. Grayscale: #6D6D6D. Windows color (decimal): -10131043 or 10316133. OLE color: 10316133.

HSL color Cylindrical-coordinate representation of color #65699D: hue angle of 235.71º degrees, saturation: 0.22, 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 #65699D is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101105157-
CMYK0.360.3300.38
HSL235.71º22.22%50.59%-
HSV(B)235.71º35.67%61.57%-
XYZ16.515.333.98-
YUV109.73154.67121.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=27.82%
G=28.93%
B=43.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011051570.360.3300.38235.7122.2250.59
Hex65699D2421026ec1633
Octal14515123544410463542663
Binary110010111010011001110110010010000101001101110110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65699D; }

 p { color: rgb(101,105,157); }

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

<style>
 a { background-color: #65699D; }

 a { background-color: rgb(101,105,157); }

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

<style>
 span { border-color: #65699D; }

 span { border-color: rgb(101,105,157); }

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