#699B9F

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

Shades of Cadet Blue #699B9F

Tints of Cadet Blue #699B9F

Color information

#699B9F (or 0x699B9F) is unknown color: approx Cadet Blue. HEX triplet: 69, 9B and 9F. RGB value is (105,155,159). Sum of RGB (Red+Green+Blue) = 105+155+159=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #699B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B9F is #966460. Grayscale: #8C8C8C. Windows color (decimal): -9856097 or 10460009. OLE color: 10460009.

HSL color Cylindrical-coordinate representation of color #699B9F: hue angle of 184.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699B9F is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105155159-
CMYK0.340.0300.38
HSL184.44º21.95%51.76%-
HSV(B)184.44º33.96%62.35%-
XYZ23.8128.9537.13-
YUV140.51138.44102.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=25.06%
G=36.99%
B=37.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051551590.340.0300.38184.4421.9551.76
Hex699B9F223026b81634
Octal1512332374230462702664
Binary110100110011011100111111000101101001101011100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699B9F; }

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

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

<style>
 a { background-color: #699B9F; }

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

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

<style>
 span { border-color: #699B9F; }

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

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