#69969A

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

Shades of Cadet Blue #69969A

Tints of Cadet Blue #69969A

Color information

#69969A (or 0x69969A) is unknown color: approx Cadet Blue. HEX triplet: 69, 96 and 9A. RGB value is (105,150,154). Sum of RGB (Red+Green+Blue) = 105+150+154=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #69969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69969A is #966965. Grayscale: #888888. Windows color (decimal): -9857382 or 10131049. OLE color: 10131049.

HSL color Cylindrical-coordinate representation of color #69969A: hue angle of 184.9º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69969A is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105150154-
CMYK0.320.0300.40
HSL184.9º19.52%50.78%-
HSV(B)184.9º31.82%60.39%-
XYZ22.5627.1534.62-
YUV137137.59105.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=25.67%
G=36.67%
B=37.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051501540.320.0300.40184.919.5250.78
Hex69969A203028b91433
Octal1512262324030502712463
Binary110100110010110100110101000001101010001011100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69969A; }

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

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

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

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

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

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

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

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