#679BA9

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

Shades of Cadet Blue #679BA9

Tints of Cadet Blue #679BA9

Color information

#679BA9 (or 0x679BA9) is unknown color: approx Cadet Blue. HEX triplet: 67, 9B and A9. RGB value is (103,155,169). Sum of RGB (Red+Green+Blue) = 103+155+169=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 169 - color contains mainly: blue. Hex color #679BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679BA9 is #986456. Grayscale: #8C8C8C. Windows color (decimal): -9987159 or 11115367. OLE color: 11115367.

HSL color Cylindrical-coordinate representation of color #679BA9: hue angle of 192.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #679BA9 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB103155169-
CMYK0.390.0800.34
HSL192.73º27.73%53.33%-
HSV(B)192.73º39.05%66.27%-
XYZ24.4829.1941.88-
YUV141.05143.77100.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.12%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=24.12%
G=36.30%
B=39.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1031551690.390.0800.34192.7327.7353.33
Hex679BA9278022c11c35
Octal14723325147100423013465
Binary11001111001101110101001100111100001000101100000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,155,169); }

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

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

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

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

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

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

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