Html Css Color HEX #676597 Scampi

📋 copy color: '#676597'

red 103 ◦ green 101 ◦ blue 151

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

Shades of Scampi #676597

Tints of Scampi #676597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 29.01%
G = 28.45%
B = 42.54%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#676597 (or 0x676597) is known color: Scampi. HEX triplet: 67, 65 and 97. RGB value is (103,101,151). Sum of RGB (Red+Green+Blue) = 103+101+151=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #676597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676597 is #989A68. Grayscale: #6B6B6B. Windows color (decimal): -10001001 or 9921895. OLE color: 9921895.

HSL color Cylindrical-coordinate representation of color #676597: hue angle of 242.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676597 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 101 151 -
CMYK 0.32 0.33 0 0.41
HSL 242.4º 0.2% 0.49% -
HSV(B) 242.4º 0.33% 0.59% -
XYZ 15.83 14.43 31.23 -
YUV 107.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 103 101 151 0.32 0.33 0 0.41 242.4 0.2 0.49
Hex 67 65 97 20 21 0 29 F2 14 31
Octal 147 145 227 40 41 0 51 362 24 61
Binary 1100111 1100101 10010111 100000 100001 0 101001 11110010 10100 110001

Color Harmonies of #676597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676597

Black with #676597

Text Example


Text Example

White with #676597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676597; }

 p { color: rgb(103,101,151); }

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

background-color css

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

 a { background-color: rgb(103,101,151); }

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

border-color css

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

 span { border-color: rgb(103,101,151); }

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