Html Css Color HEX #676992 Scampi

📋 copy color: '#676992'

red 103 ◦ green 105 ◦ blue 146

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

Shades of Scampi #676992

Tints of Scampi #676992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 29.1%
G = 29.66%
B = 41.24%

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

#676992 (or 0x676992) is known color: Scampi. HEX triplet: 67, 69 and 92. RGB value is (103,105,146). Sum of RGB (Red+Green+Blue) = 103+105+146=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #676992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676992 is #98966D. Grayscale: #6C6C6C. Windows color (decimal): -9999982 or 9595239. OLE color: 9595239.

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

Color convert

RGB 103 105 146 -
CMYK 0.29 0.28 0 0.43
HSL 237.21º 0.17% 0.49% -
HSV(B) 237.21º 0.29% 0.57% -
XYZ 15.83 15.06 29.27 -
YUV 109.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 103 105 146 0.29 0.28 0 0.43 237.21 0.17 0.49
Hex 67 69 92 1D 1C 0 2B ED 11 31
Octal 147 151 222 35 34 0 53 355 21 61
Binary 1100111 1101001 10010010 11101 11100 0 101011 11101101 10001 110001

Color Harmonies of #676992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676992

Black with #676992

Text Example


Text Example

White with #676992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676992; }

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

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

background-color css

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

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

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

border-color css

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

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

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