#65979F

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

Shades of Cadet Blue #65979F

Tints of Cadet Blue #65979F

Color information

#65979F (or 0x65979F) is unknown color: approx Cadet Blue. HEX triplet: 65, 97 and 9F. RGB value is (101,151,159). Sum of RGB (Red+Green+Blue) = 101+151+159=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #65979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65979F is #9A6860. Grayscale: #888888. Windows color (decimal): -10119265 or 10458981. OLE color: 10458981.

HSL color Cylindrical-coordinate representation of color #65979F: hue angle of 188.28º 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 #65979F is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101151159-
CMYK0.360.0500.38
HSL188.28º23.2%50.98%-
HSV(B)188.28º36.48%62.35%-
XYZ22.6927.436.89-
YUV136.96140.44102.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=24.57%
G=36.74%
B=38.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011511590.360.0500.38188.2823.250.98
Hex65979F245026bc1733
Octal1452272374450462742763
Binary1100101100101111001111110010010101001101011110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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