#679298

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

Shades of Gothic #679298

Tints of Gothic #679298

Color information

#679298 (or 0x679298) is unknown color: approx Gothic. HEX triplet: 67, 92 and 98. RGB value is (103,146,152). Sum of RGB (Red+Green+Blue) = 103+146+152=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #679298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679298 is #986D67. Grayscale: #858585. Windows color (decimal): -9989480 or 9998951. OLE color: 9998951.

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

Color convert

RGB103146152-
CMYK0.320.0400.40
HSL187.35º19.22%50%-
HSV(B)187.35º32.24%59.61%-
XYZ21.5425.7133.53-
YUV133.83138.25106.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=25.69%
G=36.41%
B=37.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031461520.320.0400.40187.3519.2250
Hex679298204028bb1332
Octal1472222304040502732362
Binary1100111100100101001100010000010001010001011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679298; }

 p { color: rgb(103,146,152); }

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

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

 a { background-color: rgb(103,146,152); }

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

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

 span { border-color: rgb(103,146,152); }

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