#679AA0

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

Shades of Cadet Blue #679AA0

Tints of Cadet Blue #679AA0

Color information

#679AA0 (or 0x679AA0) is unknown color: approx Cadet Blue. HEX triplet: 67, 9A and A0. RGB value is (103,154,160). Sum of RGB (Red+Green+Blue) = 103+154+160=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #679AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679AA0 is #98655F. Grayscale: #8B8B8B. Windows color (decimal): -9987424 or 10525287. OLE color: 10525287.

HSL color Cylindrical-coordinate representation of color #679AA0: hue angle of 186.32º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #679AA0 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB103154160-
CMYK0.360.0400.37
HSL186.32º23.08%51.57%-
HSV(B)186.32º35.62%62.75%-
XYZ23.4928.5337.53-
YUV139.44139.6102.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.70%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=24.70%
G=36.93%
B=38.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1031541600.360.0400.37186.3223.0851.57
Hex679AA0244025ba1734
Octal1472322404440452722764
Binary1100111100110101010000010010010001001011011101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,154,160); }

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

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

 a { background-color: rgb(103,154,160); }

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

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

 span { border-color: rgb(103,154,160); }

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