Html Css Color HEX #676891 Scampi

📋 copy color: '#676891'

red 103 ◦ green 104 ◦ blue 145

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

Shades of Scampi #676891

Tints of Scampi #676891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

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

R = 29.26%
G = 29.55%
B = 41.19%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#676891 (or 0x676891) is known color: Scampi. HEX triplet: 67, 68 and 91. RGB value is (103,104,145). Sum of RGB (Red+Green+Blue) = 103+104+145=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #676891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676891 is #98976E. Grayscale: #6C6C6C. Windows color (decimal): -10000239 or 9529447. OLE color: 9529447.

HSL color Cylindrical-coordinate representation of color #676891: hue angle of 238.57º 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 #676891 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 104 145 -
CMYK 0.29 0.28 0 0.43
HSL 238.57º 0.17% 0.49% -
HSV(B) 238.57º 0.29% 0.57% -
XYZ 15.65 14.83 28.83 -
YUV 108.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 103 104 145 0.29 0.28 0 0.43 238.57 0.17 0.49
Hex 67 68 91 1D 1C 0 2B EF 11 31
Octal 147 150 221 35 34 0 53 357 21 61
Binary 1100111 1101000 10010001 11101 11100 0 101011 11101111 10001 110001

Color Harmonies of #676891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676891

Black with #676891

Text Example


Text Example

White with #676891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676891; }

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

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

background-color css

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

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

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

border-color css

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

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

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