Html Css Color HEX #676698 Scampi

📋 copy color: '#676698'

red 103 ◦ green 102 ◦ blue 152

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

Shades of Scampi #676698

Tints of Scampi #676698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 28.85%
G = 28.57%
B = 42.58%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#676698 (or 0x676698) is known color: Scampi. HEX triplet: 67, 66 and 98. RGB value is (103,102,152). Sum of RGB (Red+Green+Blue) = 103+102+152=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #676698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676698 is #989967. Grayscale: #6B6B6B. Windows color (decimal): -10000744 or 9987687. OLE color: 9987687.

HSL color Cylindrical-coordinate representation of color #676698: hue angle of 241.2º 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 #676698 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 102 152 -
CMYK 0.32 0.33 0 0.40
HSL 241.2º 0.2% 0.5% -
HSV(B) 241.2º 0.33% 0.6% -
XYZ 16.01 14.65 31.69 -
YUV 108 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 103 102 152 0.32 0.33 0 0.40 241.2 0.2 0.5
Hex 67 66 98 20 21 0 28 F1 14 32
Octal 147 146 230 40 41 0 50 361 24 62
Binary 1100111 1100110 10011000 100000 100001 0 101000 11110001 10100 110010

Color Harmonies of #676698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676698

Black with #676698

Text Example


Text Example

White with #676698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676698; }

 p { color: rgb(103,102,152); }

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

background-color css

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

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

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

border-color css

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

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

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