#699BA8

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

Shades of Cadet Blue #699BA8

Tints of Cadet Blue #699BA8

Color information

#699BA8 (or 0x699BA8) is unknown color: approx Cadet Blue. HEX triplet: 69, 9B and A8. RGB value is (105,155,168). Sum of RGB (Red+Green+Blue) = 105+155+168=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 168 - color contains mainly: blue. Hex color #699BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699BA8 is #966457. Grayscale: #8D8D8D. Windows color (decimal): -9856088 or 11049833. OLE color: 11049833.

HSL color Cylindrical-coordinate representation of color #699BA8: hue angle of 192.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #699BA8 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB105155168-
CMYK0.380.0800.34
HSL192.38º26.58%53.53%-
HSV(B)192.38º37.5%65.88%-
XYZ24.6129.2741.4-
YUV141.53142.94101.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.53%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 168 (66.02% from 255) = 39.25%
R=24.53%
G=36.21%
B=39.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051551680.380.0800.34192.3826.5853.53
Hex699BA8268022c01b36
Octal15123325046100423003366
Binary11010011001101110101000100110100001000101100000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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