Html Css Color HEX #676999 Scampi

📋 copy color: '#676999'

red 103 ◦ green 105 ◦ blue 153

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

Shades of Scampi #676999

Tints of Scampi #676999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 28.53%
G = 29.09%
B = 42.38%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#676999 (or 0x676999) is known color: Scampi. HEX triplet: 67, 69 and 99. RGB value is (103,105,153). Sum of RGB (Red+Green+Blue) = 103+105+153=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #676999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676999 is #989666. Grayscale: #6D6D6D. Windows color (decimal): -9999975 or 10053991. OLE color: 10053991.

HSL color Cylindrical-coordinate representation of color #676999: hue angle of 237.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676999 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 105 153 -
CMYK 0.33 0.31 0 0.4
HSL 237.6º 0.2% 0.5% -
HSV(B) 237.6º 0.33% 0.6% -
XYZ 16.39 15.29 32.22 -
YUV 109.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 103 105 153 0.33 0.31 0 0.4 237.6 0.2 0.5
Hex 67 69 99 21 1F 0 28 EE 14 32
Octal 147 151 231 41 37 0 50 356 24 62
Binary 1100111 1101001 10011001 100001 11111 0 101000 11101110 10100 110010

Color Harmonies of #676999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676999

Black with #676999

Text Example


Text Example

White with #676999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676999; }

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

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

background-color css

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

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

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

border-color css

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

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

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