#679AA7

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

Shades of Cadet Blue #679AA7

Tints of Cadet Blue #679AA7

Color information

#679AA7 (or 0x679AA7) is unknown color: approx Cadet Blue. HEX triplet: 67, 9A and A7. RGB value is (103,154,167). Sum of RGB (Red+Green+Blue) = 103+154+167=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 167 - color contains mainly: blue. Hex color #679AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679AA7 is #986558. Grayscale: #8C8C8C. Windows color (decimal): -9987417 or 10984039. OLE color: 10984039.

HSL color Cylindrical-coordinate representation of color #679AA7: hue angle of 192.19º degrees, saturation: 0.27, 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 #679AA7 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB103154167-
CMYK0.380.0800.35
HSL192.19º26.67%52.94%-
HSV(B)192.19º38.32%65.49%-
XYZ24.1228.7840.84-
YUV140.23143.1101.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.29%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=24.29%
G=36.32%
B=39.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1031541670.380.0800.35192.1926.6752.94
Hex679AA7268023c01b35
Octal14723224746100433003365
Binary11001111001101010100111100110100001000111100000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,154,167); }

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

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

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

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

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

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

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