Html Css Color HEX #666598 Scampi

📋 copy color: '#666598'

red 102 ◦ green 101 ◦ blue 152

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

Shades of Scampi #666598

Tints of Scampi #666598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

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

R = 28.73%
G = 28.45%
B = 42.82%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#666598 (or 0x666598) is known color: Scampi. HEX triplet: 66, 65 and 98. RGB value is (102,101,152). Sum of RGB (Red+Green+Blue) = 102+101+152=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #666598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666598 is #999A67. Grayscale: #6A6A6A. Windows color (decimal): -10066536 or 9987430. OLE color: 9987430.

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

Color convert

RGB 102 101 152 -
CMYK 0.33 0.34 0 0.40
HSL 241.18º 0.2% 0.5% -
HSV(B) 241.18º 0.34% 0.6% -
XYZ 15.8 14.4 31.65 -
YUV 107.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 102 101 152 0.33 0.34 0 0.40 241.18 0.2 0.5
Hex 66 65 98 21 22 0 28 F1 14 32
Octal 146 145 230 41 42 0 50 361 24 62
Binary 1100110 1100101 10011000 100001 100010 0 101000 11110001 10100 110010

Color Harmonies of #666598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666598

Black with #666598

Text Example


Text Example

White with #666598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666598; }

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

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

background-color css

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

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

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

border-color css

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

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

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