Html Css Color HEX #66689D Scampi

📋 copy color: '#66689D'

red 102 ◦ green 104 ◦ blue 157

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

Shades of Scampi #66689D

Tints of Scampi #66689D

RGB

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

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

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

R = 28.1%
G = 28.65%
B = 43.25%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66689D (or 0x66689D) is known color: Scampi. HEX triplet: 66, 68 and 9D. RGB value is (102,104,157). Sum of RGB (Red+Green+Blue) = 102+104+157=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #66689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66689D is #999762. Grayscale: #6D6D6D. Windows color (decimal): -10065763 or 10315878. OLE color: 10315878.

HSL color Cylindrical-coordinate representation of color #66689D: hue angle of 237.82º 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 #66689D is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 104 157 -
CMYK 0.35 0.34 0 0.38
HSL 237.82º 0.22% 0.51% -
HSV(B) 237.82º 0.35% 0.62% -
XYZ 16.52 15.16 33.95 -
YUV 109.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 102 104 157 0.35 0.34 0 0.38 237.82 0.22 0.51
Hex 66 68 9D 23 22 0 26 EE 16 33
Octal 146 150 235 43 42 0 46 356 26 63
Binary 1100110 1101000 10011101 100011 100010 0 100110 11101110 10110 110011

Color Harmonies of #66689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66689D

Black with #66689D

Text Example


Text Example

White with #66689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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