#699496

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

Shades of Cadet Blue #699496

Tints of Cadet Blue #699496

Color information

#699496 (or 0x699496) is unknown color: approx Cadet Blue. HEX triplet: 69, 94 and 96. RGB value is (105,148,150). Sum of RGB (Red+Green+Blue) = 105+148+150=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #699496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699496 is #966B69. Grayscale: #878787. Windows color (decimal): -9857898 or 9868393. OLE color: 9868393.

HSL color Cylindrical-coordinate representation of color #699496: hue angle of 182.67º 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 #699496 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105148150-
CMYK0.300.0100.41
HSL182.67º17.65%50%-
HSV(B)182.67º30%58.82%-
XYZ21.9226.3932.79-
YUV135.37136.25106.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=26.05%
G=36.72%
B=37.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051481500.300.0100.41182.6717.6550
Hex6994961E1029b71232
Octal1512242263610512672262
Binary1101001100101001001011011110101010011011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699496; }

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

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

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

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

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

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

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

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