#679D9D

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

Shades of Cadet Blue #679D9D

Tints of Cadet Blue #679D9D

Color information

#679D9D (or 0x679D9D) is unknown color: approx Cadet Blue. HEX triplet: 67, 9D and 9D. RGB value is (103,157,157). Sum of RGB (Red+Green+Blue) = 103+157+157=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #679D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679D9D is #986262. Grayscale: #8C8C8C. Windows color (decimal): -9986659 or 10329447. OLE color: 10329447.

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

Color convert

RGB103157157-
CMYK0.34000.38
HSL180º21.6%50.98%-
HSV(B)180º34.39%61.57%-
XYZ23.7429.4336.33-
YUV140.85137.11101-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.70%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=24.70%
G=37.65%
B=37.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031571570.34000.3818021.650.98
Hex679D9D220026b41633
Octal1472352354200462642663
Binary11001111001110110011101100010001001101011010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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