Html Css Color HEX #666094 Scampi

📋 copy color: '#666094'

red 102 ◦ green 96 ◦ blue 148

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

Shades of Scampi #666094

Tints of Scampi #666094

RGB

 RED value IS 102 (40.23% from 255) = 29.48%

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 29.48%
G = 27.75%
B = 42.77%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#666094 (or 0x666094) is known color: Scampi. HEX triplet: 66, 60 and 94. RGB value is (102,96,148). Sum of RGB (Red+Green+Blue) = 102+96+148=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #666094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666094 is #999F6B. Grayscale: #676767. Windows color (decimal): -10067820 or 9724006. OLE color: 9724006.

HSL color Cylindrical-coordinate representation of color #666094: hue angle of 246.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666094 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 96 148 -
CMYK 0.31 0.35 0 0.42
HSL 246.92º 0.21% 0.48% -
HSV(B) 246.92º 0.35% 0.58% -
XYZ 15.01 13.33 29.8 -
YUV 103.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 102 96 148 0.31 0.35 0 0.42 246.92 0.21 0.48
Hex 66 60 94 1F 23 0 2A F7 15 30
Octal 146 140 224 37 43 0 52 367 25 60
Binary 1100110 1100000 10010100 11111 100011 0 101010 11110111 10101 110000

Color Harmonies of #666094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666094

Black with #666094

Text Example


Text Example

White with #666094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666094; }

 p { color: rgb(102,96,148); }

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

background-color css

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

 a { background-color: rgb(102,96,148); }

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

border-color css

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

 span { border-color: rgb(102,96,148); }

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