#65969B

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

Shades of Cadet Blue #65969B

Tints of Cadet Blue #65969B

Color information

#65969B (or 0x65969B) is unknown color: approx Cadet Blue. HEX triplet: 65, 96 and 9B. RGB value is (101,150,155). Sum of RGB (Red+Green+Blue) = 101+150+155=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #65969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65969B is #9A6964. Grayscale: #878787. Windows color (decimal): -10119525 or 10196581. OLE color: 10196581.

HSL color Cylindrical-coordinate representation of color #65969B: hue angle of 185.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 #65969B is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101150155-
CMYK0.350.0300.39
HSL185.56º21.26%50.2%-
HSV(B)185.56º34.84%60.78%-
XYZ22.1926.9535.04-
YUV135.92138.77103.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=24.88%
G=36.95%
B=38.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011501550.350.0300.39185.5621.2650.2
Hex65969B233027ba1532
Octal1452262334330472722562
Binary110010110010110100110111000111101001111011101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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