Html Css Color HEX #62539D Scampi

📋 copy color: '#62539D'

red 98 ◦ green 83 ◦ blue 157

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

Shades of Scampi #62539D

Tints of Scampi #62539D

RGB

 RED value IS 98 (38.67% from 255) = 28.99%

 GREEN value IS 83 (32.81% from 255) = 24.56%

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 28.99%
G = 24.56%
B = 46.45%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62539D (or 0x62539D) is known color: Scampi. HEX triplet: 62, 53 and 9D. RGB value is (98,83,157). Sum of RGB (Red+Green+Blue) = 98+83+157=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #62539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62539D is #9DAC62. Grayscale: #5F5F5F. Windows color (decimal): -10333283 or 10310498. OLE color: 10310498.

HSL color Cylindrical-coordinate representation of color #62539D: hue angle of 252.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62539D is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 83 157 -
CMYK 0.38 0.47 0 0.38
HSL 252.16º 0.31% 0.47% -
HSV(B) 252.16º 0.47% 0.62% -
XYZ 14.22 11.22 33.31 -
YUV 95.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 98 83 157 0.38 0.47 0 0.38 252.16 0.31 0.47
Hex 62 53 9D 26 2F 0 26 FC 1F 2F
Octal 142 123 235 46 57 0 46 374 37 57
Binary 1100010 1010011 10011101 100110 101111 0 100110 11111100 11111 101111

Color Harmonies of #62539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62539D

Black with #62539D

Text Example


Text Example

White with #62539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62539D; }

 p { color: rgb(98,83,157); }

 H1.HeaderClassName
 {
   color: #62539D;
 }
 .AnyTagClassName
 {
   color: #62539D;
 }
</style>

background-color css

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

 a { background-color: rgb(98,83,157); }

 div.DivClassName
 {
   background-color: #62539D;
 }
 .BgClassName
 {
   background-color: #62539D;
 }
</style>

border-color css

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

 span { border-color: rgb(98,83,157); }

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