Html Css Color HEX #676792 Scampi

📋 copy color: '#676792'

red 103 ◦ green 103 ◦ blue 146

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

Shades of Scampi #676792

Tints of Scampi #676792

RGB

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

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

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

R = 29.26%
G = 29.26%
B = 41.48%

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

#676792 (or 0x676792) is known color: Scampi. HEX triplet: 67, 67 and 92. RGB value is (103,103,146). Sum of RGB (Red+Green+Blue) = 103+103+146=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #676792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676792 is #98986D. Grayscale: #6B6B6B. Windows color (decimal): -10000494 or 9594727. OLE color: 9594727.

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

Color convert

RGB 103 103 146 -
CMYK 0.29 0.29 0 0.43
HSL 240º 0.17% 0.49% -
HSV(B) 240º 0.29% 0.57% -
XYZ 15.63 14.66 29.2 -
YUV 107.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 103 103 146 0.29 0.29 0 0.43 240 0.17 0.49
Hex 67 67 92 1D 1D 0 2B F0 11 31
Octal 147 147 222 35 35 0 53 360 21 61
Binary 1100111 1100111 10010010 11101 11101 0 101011 11110000 10001 110001

Color Harmonies of #676792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676792

Black with #676792

Text Example


Text Example

White with #676792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676792; }

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

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

background-color css

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

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

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

border-color css

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

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

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