Html Css Color HEX #645C98 Scampi

📋 copy color: '#645C98'

red 100 ◦ green 92 ◦ blue 152

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

Shades of Scampi #645C98

Tints of Scampi #645C98

RGB

 RED value IS 100 (39.45% from 255) = 29.07%

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

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

R = 29.07%
G = 26.74%
B = 44.19%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#645C98 (or 0x645C98) is known color: Scampi. HEX triplet: 64, 5C and 98. RGB value is (100,92,152). Sum of RGB (Red+Green+Blue) = 100+92+152=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #645C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645C98 is #9BA367. Grayscale: #656565. Windows color (decimal): -10199912 or 9985124. OLE color: 9985124.

HSL color Cylindrical-coordinate representation of color #645C98: hue angle of 248º 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 #645C98 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 92 152 -
CMYK 0.34 0.39 0 0.40
HSL 248º 0.25% 0.48% -
HSV(B) 248º 0.39% 0.6% -
XYZ 14.75 12.63 31.37 -
YUV 101.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 100 92 152 0.34 0.39 0 0.40 248 0.25 0.48
Hex 64 5C 98 22 27 0 28 F8 19 30
Octal 144 134 230 42 47 0 50 370 31 60
Binary 1100100 1011100 10011000 100010 100111 0 101000 11111000 11001 110000

Color Harmonies of #645C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645C98

Black with #645C98

Text Example


Text Example

White with #645C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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