#679496

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

Shades of Cadet Blue #679496

Tints of Cadet Blue #679496

Color information

#679496 (or 0x679496) is unknown color: approx Cadet Blue. HEX triplet: 67, 94 and 96. RGB value is (103,148,150). Sum of RGB (Red+Green+Blue) = 103+148+150=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #679496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679496 is #986B69. Grayscale: #868686. Windows color (decimal): -9988970 or 9868391. OLE color: 9868391.

HSL color Cylindrical-coordinate representation of color #679496: hue angle of 182.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679496 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB103148150-
CMYK0.310.0100.41
HSL182.55º18.58%49.61%-
HSV(B)182.55º31.33%58.82%-
XYZ21.6926.2732.78-
YUV134.77136.59105.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=25.69%
G=36.91%
B=37.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031481500.310.0100.41182.5518.5849.61
Hex6794961F1029b71332
Octal1472242263710512672362
Binary1100111100101001001011011111101010011011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679496; }

 p { color: rgb(103,148,150); }

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

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

 a { background-color: rgb(103,148,150); }

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

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

 span { border-color: rgb(103,148,150); }

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