#679399

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

Shades of Gothic #679399

Tints of Gothic #679399

Color information

#679399 (or 0x679399) is unknown color: approx Gothic. HEX triplet: 67, 93 and 99. RGB value is (103,147,153). Sum of RGB (Red+Green+Blue) = 103+147+153=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #679399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679399 is #986C66. Grayscale: #868686. Windows color (decimal): -9989223 or 10064743. OLE color: 10064743.

HSL color Cylindrical-coordinate representation of color #679399: hue angle of 187.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679399 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB103147153-
CMYK0.330.0400.4
HSL187.2º19.69%50.2%-
HSV(B)187.2º32.68%60%-
XYZ21.7826.0534.02-
YUV134.53138.42105.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=25.56%
G=36.48%
B=37.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1031471530.330.0400.4187.219.6950.2
Hex679399214028bb1432
Octal1472232314140502732462
Binary1100111100100111001100110000110001010001011101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679399; }

 p { color: rgb(103,147,153); }

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

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

 a { background-color: rgb(103,147,153); }

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

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

 span { border-color: rgb(103,147,153); }

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