Html Css Color HEX #62589A Scampi

📋 copy color: '#62589A'

red 98 ◦ green 88 ◦ blue 154

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

Shades of Scampi #62589A

Tints of Scampi #62589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

 BLUE value IS 154 (60.55% from 255) = 45.29%

R = 28.82%
G = 25.88%
B = 45.29%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62589A (or 0x62589A) is known color: Scampi. HEX triplet: 62, 58 and 9A. RGB value is (98,88,154). Sum of RGB (Red+Green+Blue) = 98+88+154=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #62589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62589A is #9DA765. Grayscale: #626262. Windows color (decimal): -10332006 or 10115170. OLE color: 10115170.

HSL color Cylindrical-coordinate representation of color #62589A: hue angle of 249.09º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62589A is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 88 154 -
CMYK 0.36 0.43 0 0.40
HSL 249.09º 0.27% 0.47% -
HSV(B) 249.09º 0.43% 0.6% -
XYZ 14.36 11.91 32.11 -
YUV 98.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 98 88 154 0.36 0.43 0 0.40 249.09 0.27 0.47
Hex 62 58 9A 24 2B 0 28 F9 1B 2F
Octal 142 130 232 44 53 0 50 371 33 57
Binary 1100010 1011000 10011010 100100 101011 0 101000 11111001 11011 101111

Color Harmonies of #62589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62589A

Black with #62589A

Text Example


Text Example

White with #62589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62589A; }

 p { color: rgb(98,88,154); }

 H1.HeaderClassName
 {
   color: #62589A;
 }
 .AnyTagClassName
 {
   color: #62589A;
 }
</style>

background-color css

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

 a { background-color: rgb(98,88,154); }

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

border-color css

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

 span { border-color: rgb(98,88,154); }

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