Html Css Color HEX #66669D Scampi

📋 copy color: '#66669D'

red 102 ◦ green 102 ◦ blue 157

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

Shades of Scampi #66669D

Tints of Scampi #66669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 28.25%
G = 28.25%
B = 43.49%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66669D (or 0x66669D) is known color: Scampi. HEX triplet: 66, 66 and 9D. RGB value is (102,102,157). Sum of RGB (Red+Green+Blue) = 102+102+157=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #66669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66669D is #999962. Grayscale: #6C6C6C. Windows color (decimal): -10066275 or 10315366. OLE color: 10315366.

HSL color Cylindrical-coordinate representation of color #66669D: hue angle of 240º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66669D is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 102 157 -
CMYK 0.35 0.35 0 0.38
HSL 240º 0.22% 0.51% -
HSV(B) 240º 0.35% 0.62% -
XYZ 16.32 14.76 33.89 -
YUV 108.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 102 102 157 0.35 0.35 0 0.38 240 0.22 0.51
Hex 66 66 9D 23 23 0 26 F0 16 33
Octal 146 146 235 43 43 0 46 360 26 63
Binary 1100110 1100110 10011101 100011 100011 0 100110 11110000 10110 110011

Color Harmonies of #66669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66669D

Black with #66669D

Text Example


Text Example

White with #66669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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