Html Css Color HEX #62609B Scampi

📋 copy color: '#62609B'

red 98 ◦ green 96 ◦ blue 155

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

Shades of Scampi #62609B

Tints of Scampi #62609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 28.08%
G = 27.51%
B = 44.41%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62609B (or 0x62609B) is known color: Scampi. HEX triplet: 62, 60 and 9B. RGB value is (98,96,155). Sum of RGB (Red+Green+Blue) = 98+96+155=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #62609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62609B is #9D9F64. Grayscale: #676767. Windows color (decimal): -10329957 or 10182754. OLE color: 10182754.

HSL color Cylindrical-coordinate representation of color #62609B: hue angle of 242.03º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62609B is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 96 155 -
CMYK 0.37 0.38 0 0.39
HSL 242.03º 0.24% 0.49% -
HSV(B) 242.03º 0.38% 0.61% -
XYZ 15.14 13.33 32.79 -
YUV 103.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 98 96 155 0.37 0.38 0 0.39 242.03 0.24 0.49
Hex 62 60 9B 25 26 0 27 F2 18 31
Octal 142 140 233 45 46 0 47 362 30 61
Binary 1100010 1100000 10011011 100101 100110 0 100111 11110010 11000 110001

Color Harmonies of #62609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62609B

Black with #62609B

Text Example


Text Example

White with #62609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62609B; }

 p { color: rgb(98,96,155); }

 H1.HeaderClassName
 {
   color: #62609B;
 }
 .AnyTagClassName
 {
   color: #62609B;
 }
</style>

background-color css

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

 a { background-color: rgb(98,96,155); }

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

border-color css

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

 span { border-color: rgb(98,96,155); }

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