Html Css Color HEX #625C98 Scampi

📋 copy color: '#625C98'

red 98 ◦ green 92 ◦ blue 152

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

Shades of Scampi #625C98

Tints of Scampi #625C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 28.65%
G = 26.9%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#625C98 (or 0x625C98) is known color: Scampi. HEX triplet: 62, 5C and 98. RGB value is (98,92,152). Sum of RGB (Red+Green+Blue) = 98+92+152=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #625C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C98 is #9DA367. Grayscale: #646464. Windows color (decimal): -10330984 or 9985122. OLE color: 9985122.

HSL color Cylindrical-coordinate representation of color #625C98: hue angle of 246º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625C98 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 92 152 -
CMYK 0.36 0.39 0 0.40
HSL 246º 0.25% 0.48% -
HSV(B) 246º 0.39% 0.6% -
XYZ 14.53 12.52 31.36 -
YUV 100.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 98 92 152 0.36 0.39 0 0.40 246 0.25 0.48
Hex 62 5C 98 24 27 0 28 F6 19 30
Octal 142 134 230 44 47 0 50 366 31 60
Binary 1100010 1011100 10011000 100100 100111 0 101000 11110110 11001 110000

Color Harmonies of #625C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625C98

Black with #625C98

Text Example


Text Example

White with #625C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625C98; }

 p { color: rgb(98,92,152); }

 H1.HeaderClassName
 {
   color: #625C98;
 }
 .AnyTagClassName
 {
   color: #625C98;
 }
</style>

background-color css

<style>
 a { background-color: #625C98; }

 a { background-color: rgb(98,92,152); }

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

border-color css

<style>
 span { border-color: #625C98; }

 span { border-color: rgb(98,92,152); }

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