#628384

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

Shades of Gothic #628384

Tints of Gothic #628384

Color information

#628384 (or 0x628384) is unknown color: approx Gothic. HEX triplet: 62, 83 and 84. RGB value is (98,131,132). Sum of RGB (Red+Green+Blue) = 98+131+132=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #628384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628384 is #9D7C7B. Grayscale: #797979. Windows color (decimal): -10321020 or 8684386. OLE color: 8684386.

HSL color Cylindrical-coordinate representation of color #628384: hue angle of 181.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628384 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98131132-
CMYK0.260.0100.48
HSL181.76º14.78%45.1%-
HSV(B)181.76º25.76%51.76%-
XYZ17.3220.524.87-
YUV121.25134.07111.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=27.15%
G=36.29%
B=36.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981311320.260.0100.48181.7614.7845.1
Hex6283841A1030b6f2d
Octal1422032043210602661755
Binary110001010000011100001001101010110000101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628384; }

 p { color: rgb(98,131,132); }

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

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

 a { background-color: rgb(98,131,132); }

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

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

 span { border-color: rgb(98,131,132); }

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