#618687

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

Shades of Gothic #618687

Tints of Gothic #618687

Color information

#618687 (or 0x618687) is unknown color: approx Gothic. HEX triplet: 61, 86 and 87. RGB value is (97,134,135). Sum of RGB (Red+Green+Blue) = 97+134+135=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #618687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618687 is #9E7978. Grayscale: #7B7B7B. Windows color (decimal): -10385785 or 8881761. OLE color: 8881761.

HSL color Cylindrical-coordinate representation of color #618687: hue angle of 181.58º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618687 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97134135-
CMYK0.280.0100.47
HSL181.58º16.38%45.49%-
HSV(B)181.58º28.15%52.94%-
XYZ17.8321.3426.1-
YUV123.05134.74109.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=26.50%
G=36.61%
B=36.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341350.280.0100.47181.5816.3845.49
Hex6186871C102Fb6102d
Octal1412062073410572662055
Binary1100001100001101000011111100101011111011011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618687; }

 p { color: rgb(97,134,135); }

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

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

 a { background-color: rgb(97,134,135); }

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

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

 span { border-color: rgb(97,134,135); }

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