Html Css Color HEX #676892 Scampi

📋 copy color: '#676892'

red 103 ◦ green 104 ◦ blue 146

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

Shades of Scampi #676892

Tints of Scampi #676892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 29.18%
G = 29.46%
B = 41.36%

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

#676892 (or 0x676892) is known color: Scampi. HEX triplet: 67, 68 and 92. RGB value is (103,104,146). Sum of RGB (Red+Green+Blue) = 103+104+146=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #676892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676892 is #98976D. Grayscale: #6C6C6C. Windows color (decimal): -10000238 or 9594983. OLE color: 9594983.

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

Color convert

RGB 103 104 146 -
CMYK 0.29 0.29 0 0.43
HSL 238.6º 0.17% 0.49% -
HSV(B) 238.6º 0.29% 0.57% -
XYZ 15.73 14.86 29.23 -
YUV 108.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 103 104 146 0.29 0.29 0 0.43 238.6 0.17 0.49
Hex 67 68 92 1D 1D 0 2B EF 11 31
Octal 147 150 222 35 35 0 53 357 21 61
Binary 1100111 1101000 10010010 11101 11101 0 101011 11101111 10001 110001

Color Harmonies of #676892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676892

Black with #676892

Text Example


Text Example

White with #676892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676892; }

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

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

background-color css

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

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

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

border-color css

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

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

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