#699497

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

Shades of Cadet Blue #699497

Tints of Cadet Blue #699497

Color information

#699497 (or 0x699497) is unknown color: approx Cadet Blue. HEX triplet: 69, 94 and 97. RGB value is (105,148,151). Sum of RGB (Red+Green+Blue) = 105+148+151=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: blue. Hex color #699497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699497 is #966B68. Grayscale: #878787. Windows color (decimal): -9857897 or 9933929. OLE color: 9933929.

HSL color Cylindrical-coordinate representation of color #699497: hue angle of 183.91º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699497 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105148151-
CMYK0.300.0200.41
HSL183.91º18.11%50.2%-
HSV(B)183.91º30.46%59.22%-
XYZ2226.4233.22-
YUV135.48136.75106.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=25.99%
G=36.63%
B=37.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051481510.300.0200.41183.9118.1150.2
Hex6994971E2029b81232
Octal1512242273620512702262
Binary11010011001010010010111111101001010011011100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699497; }

 p { color: rgb(105,148,151); }

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

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

 a { background-color: rgb(105,148,151); }

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

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

 span { border-color: rgb(105,148,151); }

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