#699A99

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

Shades of Cadet Blue #699A99

Tints of Cadet Blue #699A99

Color information

#699A99 (or 0x699A99) is unknown color: approx Cadet Blue. HEX triplet: 69, 9A and 99. RGB value is (105,154,153). Sum of RGB (Red+Green+Blue) = 105+154+153=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 154 - color contains mainly: green. Hex color #699A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699A99 is #966566. Grayscale: #8B8B8B. Windows color (decimal): -9856359 or 10066537. OLE color: 10066537.

HSL color Cylindrical-coordinate representation of color #699A99: hue angle of 178.78º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A99 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB105154153-
CMYK0.3200.010.40
HSL178.78º19.52%50.78%-
HSV(B)178.78º31.82%60.39%-
XYZ23.1328.4134.4-
YUV139.23135.77103.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 154 (60.55% from 255) = 37.38%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=25.49%
G=37.38%
B=37.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051541530.3200.010.40178.7819.5250.78
Hex699A99200128b31433
Octal1512322314001502632463
Binary11010011001101010011001100000011010001011001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,154,153); }

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

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

 a { background-color: rgb(105,154,153); }

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

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

 span { border-color: rgb(105,154,153); }

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