Html Css Color HEX #676A97 Scampi

📋 copy color: '#676A97'

red 103 ◦ green 106 ◦ blue 151

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

Shades of Scampi #676A97

Tints of Scampi #676A97

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.44%

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

R = 28.61%
G = 29.44%
B = 41.94%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#676A97 (or 0x676A97) is known color: Scampi. HEX triplet: 67, 6A and 97. RGB value is (103,106,151). Sum of RGB (Red+Green+Blue) = 103+106+151=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #676A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A97 is #989568. Grayscale: #6E6E6E. Windows color (decimal): -9999721 or 9923175. OLE color: 9923175.

HSL color Cylindrical-coordinate representation of color #676A97: hue angle of 236.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676A97 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 106 151 -
CMYK 0.32 0.30 0 0.41
HSL 236.25º 0.19% 0.5% -
HSV(B) 236.25º 0.32% 0.59% -
XYZ 16.33 15.43 31.39 -
YUV 110.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 103 106 151 0.32 0.30 0 0.41 236.25 0.19 0.5
Hex 67 6A 97 20 1E 0 29 EC 13 32
Octal 147 152 227 40 36 0 51 354 23 62
Binary 1100111 1101010 10010111 100000 11110 0 101001 11101100 10011 110010

Color Harmonies of #676A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A97

Black with #676A97

Text Example


Text Example

White with #676A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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