Html Css Color HEX #676095 Scampi

📋 copy color: '#676095'

red 103 ◦ green 96 ◦ blue 149

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

Shades of Scampi #676095

Tints of Scampi #676095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 29.6%
G = 27.59%
B = 42.82%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#676095 (or 0x676095) is known color: Scampi. HEX triplet: 67, 60 and 95. RGB value is (103,96,149). Sum of RGB (Red+Green+Blue) = 103+96+149=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #676095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676095 is #989F6A. Grayscale: #676767. Windows color (decimal): -10002283 or 9789543. OLE color: 9789543.

HSL color Cylindrical-coordinate representation of color #676095: hue angle of 247.92º 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 #676095 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 96 149 -
CMYK 0.31 0.36 0 0.42
HSL 247.92º 0.22% 0.48% -
HSV(B) 247.92º 0.36% 0.58% -
XYZ 15.2 13.42 30.22 -
YUV 104.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 103 96 149 0.31 0.36 0 0.42 247.92 0.22 0.48
Hex 67 60 95 1F 24 0 2A F8 16 30
Octal 147 140 225 37 44 0 52 370 26 60
Binary 1100111 1100000 10010101 11111 100100 0 101010 11111000 10110 110000

Color Harmonies of #676095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676095

Black with #676095

Text Example


Text Example

White with #676095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676095; }

 p { color: rgb(103,96,149); }

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

background-color css

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

 a { background-color: rgb(103,96,149); }

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

border-color css

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

 span { border-color: rgb(103,96,149); }

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