#679DAA

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

Shades of Cadet Blue #679DAA

Tints of Cadet Blue #679DAA

Color information

#679DAA (or 0x679DAA) is unknown color: approx Cadet Blue. HEX triplet: 67, 9D and AA. RGB value is (103,157,170). Sum of RGB (Red+Green+Blue) = 103+157+170=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #679DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679DAA is #986255. Grayscale: #8E8E8E. Windows color (decimal): -9986646 or 11181415. OLE color: 11181415.

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

Color convert

RGB103157170-
CMYK0.390.0800.33
HSL191.64º28.27%53.53%-
HSV(B)191.64º39.41%66.67%-
XYZ24.9129.942.49-
YUV142.34143.6199.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.95%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=23.95%
G=36.51%
B=39.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031571700.390.0800.33191.6428.2753.53
Hex679DAA278021c01c36
Octal14723525247100413003466
Binary11001111001110110101010100111100001000011100000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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