Html Css Color HEX #676298 Scampi

📋 copy color: '#676298'

red 103 ◦ green 98 ◦ blue 152

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

Shades of Scampi #676298

Tints of Scampi #676298

RGB

 RED value IS 103 (40.63% from 255) = 29.18%

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 29.18%
G = 27.76%
B = 43.06%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#676298 (or 0x676298) is known color: Scampi. HEX triplet: 67, 62 and 98. RGB value is (103,98,152). Sum of RGB (Red+Green+Blue) = 103+98+152=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #676298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676298 is #989D67. Grayscale: #696969. Windows color (decimal): -10001768 or 9986663. OLE color: 9986663.

HSL color Cylindrical-coordinate representation of color #676298: hue angle of 245.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #676298 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 98 152 -
CMYK 0.32 0.36 0 0.40
HSL 245.56º 0.22% 0.49% -
HSV(B) 245.56º 0.36% 0.6% -
XYZ 15.63 13.89 31.56 -
YUV 105.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 103 98 152 0.32 0.36 0 0.40 245.56 0.22 0.49
Hex 67 62 98 20 24 0 28 F6 16 31
Octal 147 142 230 40 44 0 50 366 26 61
Binary 1100111 1100010 10011000 100000 100100 0 101000 11110110 10110 110001

Color Harmonies of #676298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676298

Black with #676298

Text Example


Text Example

White with #676298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676298; }

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

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

background-color css

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

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

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

border-color css

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

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

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