Html Css Color HEX #675F98 Scampi

📋 copy color: '#675F98'

red 103 ◦ green 95 ◦ blue 152

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

Shades of Scampi #675F98

Tints of Scampi #675F98

RGB

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

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

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

R = 29.43%
G = 27.14%
B = 43.43%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#675F98 (or 0x675F98) is known color: Scampi. HEX triplet: 67, 5F and 98. RGB value is (103,95,152). Sum of RGB (Red+Green+Blue) = 103+95+152=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #675F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F98 is #98A067. Grayscale: #676767. Windows color (decimal): -10002536 or 9985895. OLE color: 9985895.

HSL color Cylindrical-coordinate representation of color #675F98: hue angle of 248.42º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #675F98 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 95 152 -
CMYK 0.32 0.38 0 0.40
HSL 248.42º 0.23% 0.48% -
HSV(B) 248.42º 0.38% 0.6% -
XYZ 15.35 13.33 31.47 -
YUV 103.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 103 95 152 0.32 0.38 0 0.40 248.42 0.23 0.48
Hex 67 5F 98 20 26 0 28 F8 17 30
Octal 147 137 230 40 46 0 50 370 27 60
Binary 1100111 1011111 10011000 100000 100110 0 101000 11111000 10111 110000

Color Harmonies of #675F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F98

Black with #675F98

Text Example


Text Example

White with #675F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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