#679A9E

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

Shades of Cadet Blue #679A9E

Tints of Cadet Blue #679A9E

Color information

#679A9E (or 0x679A9E) is unknown color: approx Cadet Blue. HEX triplet: 67, 9A and 9E. RGB value is (103,154,158). Sum of RGB (Red+Green+Blue) = 103+154+158=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #679A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679A9E is #986561. Grayscale: #8B8B8B. Windows color (decimal): -9987426 or 10394215. OLE color: 10394215.

HSL color Cylindrical-coordinate representation of color #679A9E: hue angle of 184.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679A9E is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103154158-
CMYK0.350.0300.38
HSL184.36º22.09%51.18%-
HSV(B)184.36º34.81%61.96%-
XYZ23.3228.4636.61-
YUV139.21138.6102.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.82%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=24.82%
G=37.11%
B=38.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031541580.350.0300.38184.3622.0951.18
Hex679A9E233026b81633
Octal1472322364330462702663
Binary110011110011010100111101000111101001101011100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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