#679F9D

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

Shades of Cadet Blue #679F9D

Tints of Cadet Blue #679F9D

Color information

#679F9D (or 0x679F9D) is unknown color: approx Cadet Blue. HEX triplet: 67, 9F and 9D. RGB value is (103,159,157). Sum of RGB (Red+Green+Blue) = 103+159+157=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #679F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679F9D is #986062. Grayscale: #8D8D8D. Windows color (decimal): -9986147 or 10329959. OLE color: 10329959.

HSL color Cylindrical-coordinate representation of color #679F9D: hue angle of 177.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679F9D is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB103159157-
CMYK0.3500.010.38
HSL177.86º22.58%51.37%-
HSV(B)177.86º35.22%62.35%-
XYZ24.0830.1136.44-
YUV142.03136.45100.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.58%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=24.58%
G=37.95%
B=37.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031591570.3500.010.38177.8622.5851.37
Hex679F9D230126b21733
Octal1472372354301462622763
Binary11001111001111110011101100011011001101011001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,159,157); }

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

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

 a { background-color: rgb(103,159,157); }

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

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

 span { border-color: rgb(103,159,157); }

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