#679FA1

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

Shades of Cadet Blue #679FA1

Tints of Cadet Blue #679FA1

Color information

#679FA1 (or 0x679FA1) is unknown color: approx Cadet Blue. HEX triplet: 67, 9F and A1. RGB value is (103,159,161). Sum of RGB (Red+Green+Blue) = 103+159+161=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 161 - color contains mainly: blue. Hex color #679FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FA1 is #98605E. Grayscale: #8E8E8E. Windows color (decimal): -9986143 or 10592103. OLE color: 10592103.

HSL color Cylindrical-coordinate representation of color #679FA1: hue angle of 182.07º degrees, saturation: 0.24, 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 #679FA1 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB103159161-
CMYK0.360.0100.37
HSL182.07º23.58%51.76%-
HSV(B)182.07º36.02%63.14%-
XYZ24.4230.2538.27-
YUV142.48138.4599.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.35%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=24.35%
G=37.59%
B=38.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1031591610.360.0100.37182.0723.5851.76
Hex679FA1241025b61834
Octal1472372414410452663064
Binary11001111001111110100001100100101001011011011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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