#699698

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

Shades of Cadet Blue #699698

Tints of Cadet Blue #699698

Color information

#699698 (or 0x699698) is unknown color: approx Cadet Blue. HEX triplet: 69, 96 and 98. RGB value is (105,150,152). Sum of RGB (Red+Green+Blue) = 105+150+152=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #699698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699698 is #966967. Grayscale: #888888. Windows color (decimal): -9857384 or 9999977. OLE color: 9999977.

HSL color Cylindrical-coordinate representation of color #699698: hue angle of 182.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699698 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105150152-
CMYK0.310.0100.40
HSL182.55º18.58%50.39%-
HSV(B)182.55º30.92%59.61%-
XYZ22.427.0833.75-
YUV136.77136.59105.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=25.80%
G=36.86%
B=37.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051501520.310.0100.40182.5518.5850.39
Hex6996981F1028b71332
Octal1512262303710502672362
Binary1101001100101101001100011111101010001011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699698; }

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

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

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

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

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

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

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

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