#65699B

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

Shades of Chetwode Blue #65699B

Tints of Chetwode Blue #65699B

Color information

#65699B (or 0x65699B) is unknown color: approx Chetwode Blue. HEX triplet: 65, 69 and 9B. RGB value is (101,105,155). Sum of RGB (Red+Green+Blue) = 101+105+155=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #65699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699B is #9A9664. Grayscale: #6D6D6D. Windows color (decimal): -10131045 or 10185061. OLE color: 10185061.

HSL color Cylindrical-coordinate representation of color #65699B: hue angle of 235.56º degrees, saturation: 0.21, 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 #65699B is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101105155-
CMYK0.350.3200.39
HSL235.56º21.26%50.2%-
HSV(B)235.56º34.84%60.78%-
XYZ16.3315.2433.09-
YUV109.5153.67121.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=27.98%
G=29.09%
B=42.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011051550.350.3200.39235.5621.2650.2
Hex65699B2320027ec1532
Octal14515123343400473542562
Binary110010111010011001101110001110000001001111110110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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