#679E99

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

Shades of Cadet Blue #679E99

Tints of Cadet Blue #679E99

Color information

#679E99 (or 0x679E99) is unknown color: approx Cadet Blue. HEX triplet: 67, 9E and 99. RGB value is (103,158,153). Sum of RGB (Red+Green+Blue) = 103+158+153=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #679E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E99 is #986166. Grayscale: #8C8C8C. Windows color (decimal): -9986407 or 10067559. OLE color: 10067559.

HSL color Cylindrical-coordinate representation of color #679E99: hue angle of 174.55º degrees, saturation: 0.22, 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 #679E99 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB103158153-
CMYK0.3500.030.38
HSL174.55º22.09%51.18%-
HSV(B)174.55º34.81%61.96%-
XYZ23.5729.6434.62-
YUV140.98134.78100.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.88%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=24.88%
G=38.16%
B=36.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031581530.3500.030.38174.5522.0951.18
Hex679E99230326af1633
Octal1472362314303462572663
Binary110011110011110100110011000110111001101010111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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