Html Css Color HEX #62599C Scampi

📋 copy color: '#62599C'

red 98 ◦ green 89 ◦ blue 156

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

Shades of Scampi #62599C

Tints of Scampi #62599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 28.57%
G = 25.95%
B = 45.48%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62599C (or 0x62599C) is known color: Scampi. HEX triplet: 62, 59 and 9C. RGB value is (98,89,156). Sum of RGB (Red+Green+Blue) = 98+89+156=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #62599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62599C is #9DA663. Grayscale: #636363. Windows color (decimal): -10331748 or 10246498. OLE color: 10246498.

HSL color Cylindrical-coordinate representation of color #62599C: hue angle of 248.06º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62599C is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 89 156 -
CMYK 0.37 0.43 0 0.39
HSL 248.06º 0.27% 0.48% -
HSV(B) 248.06º 0.43% 0.61% -
XYZ 14.61 12.14 33.03 -
YUV 99.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 98 89 156 0.37 0.43 0 0.39 248.06 0.27 0.48
Hex 62 59 9C 25 2B 0 27 F8 1B 30
Octal 142 131 234 45 53 0 47 370 33 60
Binary 1100010 1011001 10011100 100101 101011 0 100111 11111000 11011 110000

Color Harmonies of #62599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62599C

Black with #62599C

Text Example


Text Example

White with #62599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62599C; }

 p { color: rgb(98,89,156); }

 H1.HeaderClassName
 {
   color: #62599C;
 }
 .AnyTagClassName
 {
   color: #62599C;
 }
</style>

background-color css

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

 a { background-color: rgb(98,89,156); }

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

border-color css

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

 span { border-color: rgb(98,89,156); }

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