#65699C

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

Shades of Chetwode Blue #65699C

Tints of Chetwode Blue #65699C

Color information

#65699C (or 0x65699C) is unknown color: approx Chetwode Blue. HEX triplet: 65, 69 and 9C. RGB value is (101,105,156). Sum of RGB (Red+Green+Blue) = 101+105+156=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #65699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699C is #9A9663. Grayscale: #6D6D6D. Windows color (decimal): -10131044 or 10250597. OLE color: 10250597.

HSL color Cylindrical-coordinate representation of color #65699C: hue angle of 235.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65699C is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101105156-
CMYK0.350.3300.39
HSL235.64º21.74%50.39%-
HSV(B)235.64º35.26%61.18%-
XYZ16.4215.2733.53-
YUV109.62154.17121.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=27.90%
G=29.01%
B=43.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011051560.350.3300.39235.6421.7450.39
Hex65699C2321027ec1632
Octal14515123443410473542662
Binary110010111010011001110010001110000101001111110110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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