Html Css Color HEX #666890 Scampi

📋 copy color: '#666890'

red 102 ◦ green 104 ◦ blue 144

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

Shades of Scampi #666890

Tints of Scampi #666890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.71%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 29.14%
G = 29.71%
B = 41.14%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#666890 (or 0x666890) is known color: Scampi. HEX triplet: 66, 68 and 90. RGB value is (102,104,144). Sum of RGB (Red+Green+Blue) = 102+104+144=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #666890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666890 is #99976F. Grayscale: #6B6B6B. Windows color (decimal): -10065776 or 9463910. OLE color: 9463910.

HSL color Cylindrical-coordinate representation of color #666890: hue angle of 237.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666890 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 104 144 -
CMYK 0.29 0.28 0 0.44
HSL 237.14º 0.17% 0.48% -
HSV(B) 237.14º 0.29% 0.56% -
XYZ 15.46 14.74 28.42 -
YUV 107.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 102 104 144 0.29 0.28 0 0.44 237.14 0.17 0.48
Hex 66 68 90 1D 1C 0 2C ED 11 30
Octal 146 150 220 35 34 0 54 355 21 60
Binary 1100110 1101000 10010000 11101 11100 0 101100 11101101 10001 110000

Color Harmonies of #666890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666890

Black with #666890

Text Example


Text Example

White with #666890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666890; }

 p { color: rgb(102,104,144); }

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

background-color css

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

 a { background-color: rgb(102,104,144); }

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

border-color css

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

 span { border-color: rgb(102,104,144); }

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