Html Css Color HEX #625F94 Scampi

📋 copy color: '#625F94'

red 98 ◦ green 95 ◦ blue 148

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

Shades of Scampi #625F94

Tints of Scampi #625F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 28.74%
G = 27.86%
B = 43.4%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#625F94 (or 0x625F94) is known color: Scampi. HEX triplet: 62, 5F and 94. RGB value is (98,95,148). Sum of RGB (Red+Green+Blue) = 98+95+148=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #625F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F94 is #9DA06B. Grayscale: #656565. Windows color (decimal): -10330220 or 9723746. OLE color: 9723746.

HSL color Cylindrical-coordinate representation of color #625F94: hue angle of 243.4º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625F94 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 95 148 -
CMYK 0.34 0.36 0 0.42
HSL 243.4º 0.22% 0.48% -
HSV(B) 243.4º 0.36% 0.58% -
XYZ 14.47 12.92 29.75 -
YUV 101.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 98 95 148 0.34 0.36 0 0.42 243.4 0.22 0.48
Hex 62 5F 94 22 24 0 2A F3 16 30
Octal 142 137 224 42 44 0 52 363 26 60
Binary 1100010 1011111 10010100 100010 100100 0 101010 11110011 10110 110000

Color Harmonies of #625F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F94

Black with #625F94

Text Example


Text Example

White with #625F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,95,148); }

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

background-color css

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

 a { background-color: rgb(98,95,148); }

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

border-color css

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

 span { border-color: rgb(98,95,148); }

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