#69979A

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

Shades of Cadet Blue #69979A

Tints of Cadet Blue #69979A

Color information

#69979A (or 0x69979A) is unknown color: approx Cadet Blue. HEX triplet: 69, 97 and 9A. RGB value is (105,151,154). Sum of RGB (Red+Green+Blue) = 105+151+154=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #69979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69979A is #966865. Grayscale: #898989. Windows color (decimal): -9857126 or 10131305. OLE color: 10131305.

HSL color Cylindrical-coordinate representation of color #69979A: hue angle of 183.67º 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 #69979A is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105151154-
CMYK0.320.0200.40
HSL183.67º19.52%50.78%-
HSV(B)183.67º31.82%60.39%-
XYZ22.7327.4734.68-
YUV137.59137.26104.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=25.61%
G=36.83%
B=37.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051511540.320.0200.40183.6719.5250.78
Hex69979A202028b81433
Octal1512272324020502702463
Binary110100110010111100110101000001001010001011100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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