Html Css Color HEX #628384 Gothic

📋 copy color: '#628384'

red 98 ◦ green 131 ◦ blue 132

#628384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #628384

Tints of Gothic #628384

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 value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#628384 (or 0x628384) is known color: 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

RGB 98 131 132 -
CMYK 0.26 0.01 0 0.48
HSL 181.76º 0.15% 0.45% -
HSV(B) 181.76º 0.26% 0.52% -
XYZ 17.32 20.5 24.87 -
YUV 121.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 98 131 132 0.26 0.01 0 0.48 181.76 0.15 0.45
Hex 62 83 84 1A 1 0 30 B6 F 2D
Octal 142 203 204 32 1 0 60 266 17 55
Binary 1100010 10000011 10000100 11010 1 0 110000 10110110 1111 101101

Color Harmonies of #628384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628384

Black with #628384

Text Example


Text Example

White with #628384

Text Example


Text Example

HTML Codes & Css Web 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>