#679EA2

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

Shades of Cadet Blue #679EA2

Tints of Cadet Blue #679EA2

Color information

#679EA2 (or 0x679EA2) is unknown color: approx Cadet Blue. HEX triplet: 67, 9E and A2. RGB value is (103,158,162). Sum of RGB (Red+Green+Blue) = 103+158+162=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #679EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679EA2 is #98615D. Grayscale: #8D8D8D. Windows color (decimal): -9986398 or 10657383. OLE color: 10657383.

HSL color Cylindrical-coordinate representation of color #679EA2: hue angle of 184.07º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #679EA2 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB103158162-
CMYK0.360.0200.36
HSL184.07º24.08%51.96%-
HSV(B)184.07º36.42%63.53%-
XYZ24.3429.9538.68-
YUV142.01139.28100.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.35%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=24.35%
G=37.35%
B=38.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031581620.360.0200.36184.0724.0851.96
Hex679EA2242024b81834
Octal1472362424420442703064
Binary110011110011110101000101001001001001001011100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679EA2; }

 p { color: rgb(103,158,162); }

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

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

 a { background-color: rgb(103,158,162); }

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

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

 span { border-color: rgb(103,158,162); }

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