Html Css Color HEX #66668E Scampi

📋 copy color: '#66668E'

red 102 ◦ green 102 ◦ blue 142

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

Shades of Scampi #66668E

Tints of Scampi #66668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 29.48%
G = 29.48%
B = 41.04%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66668E (or 0x66668E) is known color: Scampi. HEX triplet: 66, 66 and 8E. RGB value is (102,102,142). Sum of RGB (Red+Green+Blue) = 102+102+142=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #66668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66668E is #999971. Grayscale: #6A6A6A. Windows color (decimal): -10066290 or 9332326. OLE color: 9332326.

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

Color convert

RGB 102 102 142 -
CMYK 0.28 0.28 0 0.44
HSL 240º 0.16% 0.48% -
HSV(B) 240º 0.28% 0.56% -
XYZ 15.11 14.28 27.55 -
YUV 106.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 102 102 142 0.28 0.28 0 0.44 240 0.16 0.48
Hex 66 66 8E 1C 1C 0 2C F0 10 30
Octal 146 146 216 34 34 0 54 360 20 60
Binary 1100110 1100110 10001110 11100 11100 0 101100 11110000 10000 110000

Color Harmonies of #66668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66668E

Black with #66668E

Text Example


Text Example

White with #66668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66668E; }

 p { color: rgb(102,102,142); }

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

background-color css

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

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

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

border-color css

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

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

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