#679FA5

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

Shades of Cadet Blue #679FA5

Tints of Cadet Blue #679FA5

Color information

#679FA5 (or 0x679FA5) is unknown color: approx Cadet Blue. HEX triplet: 67, 9F and A5. RGB value is (103,159,165). Sum of RGB (Red+Green+Blue) = 103+159+165=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 165 - color contains mainly: blue. Hex color #679FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FA5 is #98605A. Grayscale: #8E8E8E. Windows color (decimal): -9986139 or 10854247. OLE color: 10854247.

HSL color Cylindrical-coordinate representation of color #679FA5: hue angle of 185.81º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #679FA5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB103159165-
CMYK0.380.0400.35
HSL185.81º25.62%52.55%-
HSV(B)185.81º37.58%64.71%-
XYZ24.7830.440.16-
YUV142.94140.4599.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.12%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 165 (64.84% from 255) = 38.64%
R=24.12%
G=37.24%
B=38.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1031591650.380.0400.35185.8125.6252.55
Hex679FA5264023ba1a35
Octal1472372454640432723265
Binary1100111100111111010010110011010001000111011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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