#65969f

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

Shades of Cadet Blue #65969F

Tints of Cadet Blue #65969F

Color information

#65969F (or 0x65969F) is unknown color: approx Cadet Blue. HEX triplet: 65, 96 and 9F. RGB value is (101,150,159). Sum of RGB (Red+Green+Blue) = 101+150+159=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #65969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65969F is #9A6960. Grayscale: #888888. Windows color (decimal): -10119521 or 10458725. OLE color: 10458725.

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

Color convert

RGB101150159-
CMYK0.360.0600.38
HSL189.31º23.2%50.98%-
HSV(B)189.31º36.48%62.35%-
XYZ22.5327.0836.84-
YUV136.38140.77102.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.63%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=24.63%
G=36.59%
B=38.78%

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
Decimal1011501590.360.0600.38189.3123.250.98
Hex65969F246026bd1733
Octal1452262374460462752763
Binary1100101100101101001111110010011001001101011110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65969f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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