Html Css Color HEX #666098 Scampi

📋 copy color: '#666098'

red 102 ◦ green 96 ◦ blue 152

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

Shades of Scampi #666098

Tints of Scampi #666098

RGB

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

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

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

R = 29.14%
G = 27.43%
B = 43.43%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#666098 (or 0x666098) is known color: Scampi. HEX triplet: 66, 60 and 98. RGB value is (102,96,152). Sum of RGB (Red+Green+Blue) = 102+96+152=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #666098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666098 is #999F67. Grayscale: #676767. Windows color (decimal): -10067816 or 9986150. OLE color: 9986150.

HSL color Cylindrical-coordinate representation of color #666098: hue angle of 246.43º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666098 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 96 152 -
CMYK 0.33 0.37 0 0.40
HSL 246.43º 0.23% 0.49% -
HSV(B) 246.43º 0.37% 0.6% -
XYZ 15.33 13.46 31.5 -
YUV 104.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 102 96 152 0.33 0.37 0 0.40 246.43 0.23 0.49
Hex 66 60 98 21 25 0 28 F6 17 31
Octal 146 140 230 41 45 0 50 366 27 61
Binary 1100110 1100000 10011000 100001 100101 0 101000 11110110 10111 110001

Color Harmonies of #666098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666098

Black with #666098

Text Example


Text Example

White with #666098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666098; }

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

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

background-color css

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

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

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

border-color css

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

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

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