Html Css Color HEX #676791 Scampi

📋 copy color: '#676791'

red 103 ◦ green 103 ◦ blue 145

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

Shades of Scampi #676791

Tints of Scampi #676791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

 BLUE value IS 145 (57.03% from 255) = 41.31%

R = 29.34%
G = 29.34%
B = 41.31%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#676791 (or 0x676791) is known color: Scampi. HEX triplet: 67, 67 and 91. RGB value is (103,103,145). Sum of RGB (Red+Green+Blue) = 103+103+145=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #676791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676791 is #98986E. Grayscale: #6B6B6B. Windows color (decimal): -10000495 or 9529191. OLE color: 9529191.

HSL color Cylindrical-coordinate representation of color #676791: hue angle of 240º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #676791 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 103 145 -
CMYK 0.29 0.29 0 0.43
HSL 240º 0.17% 0.49% -
HSV(B) 240º 0.29% 0.57% -
XYZ 15.55 14.63 28.79 -
YUV 107.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 103 103 145 0.29 0.29 0 0.43 240 0.17 0.49
Hex 67 67 91 1D 1D 0 2B F0 11 31
Octal 147 147 221 35 35 0 53 360 21 61
Binary 1100111 1100111 10010001 11101 11101 0 101011 11110000 10001 110001

Color Harmonies of #676791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676791

Black with #676791

Text Example


Text Example

White with #676791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676791; }

 p { color: rgb(103,103,145); }

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

background-color css

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

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

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

border-color css

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

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

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