#69A1A9

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

Shades of Cadet Blue #69A1A9

Tints of Cadet Blue #69A1A9

Color information

#69A1A9 (or 0x69A1A9) is unknown color: approx Cadet Blue. HEX triplet: 69, A1 and A9. RGB value is (105,161,169). Sum of RGB (Red+Green+Blue) = 105+161+169=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 169 - color contains mainly: blue. Hex color #69A1A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A1A9 is #965E56. Grayscale: #919191. Windows color (decimal): -9854551 or 11116905. OLE color: 11116905.

HSL color Cylindrical-coordinate representation of color #69A1A9: hue angle of 187.5º 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 #69A1A9 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB105161169-
CMYK0.380.0500.34
HSL187.5º27.12%53.73%-
HSV(B)187.5º37.87%66.27%-
XYZ25.7331.3642.23-
YUV145.17141.4599.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 169 (66.41% from 255) = 38.85%
R=24.14%
G=37.01%
B=38.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051611690.380.0500.34187.527.1253.73
Hex69A1A9265022bc1b36
Octal1512412514650422743366
Binary1101001101000011010100110011010101000101011110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A1A9; }

 p { color: rgb(105,161,169); }

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

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

 a { background-color: rgb(105,161,169); }

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

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

 span { border-color: rgb(105,161,169); }

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