#65949D

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

Shades of Cadet Blue #65949D

Tints of Cadet Blue #65949D

Color information

#65949D (or 0x65949D) is unknown color: approx Cadet Blue. HEX triplet: 65, 94 and 9D. RGB value is (101,148,157). Sum of RGB (Red+Green+Blue) = 101+148+157=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #65949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65949D is #9A6B62. Grayscale: #868686. Windows color (decimal): -10120035 or 10327141. OLE color: 10327141.

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

Color convert

RGB101148157-
CMYK0.360.0600.38
HSL189.64º22.22%50.59%-
HSV(B)189.64º35.67%61.57%-
XYZ22.0426.3835.83-
YUV134.97140.43103.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=24.88%
G=36.45%
B=38.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011481570.360.0600.38189.6422.2250.59
Hex65949D246026be1633
Octal1452242354460462762663
Binary1100101100101001001110110010011001001101011111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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