Html Css Color HEX #66699A Scampi

📋 copy color: '#66699A'

red 102 ◦ green 105 ◦ blue 154

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

Shades of Scampi #66699A

Tints of Scampi #66699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 28.25%
G = 29.09%
B = 42.66%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#66699A (or 0x66699A) is known color: Scampi. HEX triplet: 66, 69 and 9A. RGB value is (102,105,154). Sum of RGB (Red+Green+Blue) = 102+105+154=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #66699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66699A is #999665. Grayscale: #6D6D6D. Windows color (decimal): -10065510 or 10119526. OLE color: 10119526.

HSL color Cylindrical-coordinate representation of color #66699A: hue angle of 236.54º 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 #66699A is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 105 154 -
CMYK 0.34 0.32 0 0.40
HSL 236.54º 0.2% 0.5% -
HSV(B) 236.54º 0.34% 0.6% -
XYZ 16.36 15.26 32.66 -
YUV 109.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 102 105 154 0.34 0.32 0 0.40 236.54 0.2 0.5
Hex 66 69 9A 22 20 0 28 ED 14 32
Octal 146 151 232 42 40 0 50 355 24 62
Binary 1100110 1101001 10011010 100010 100000 0 101000 11101101 10100 110010

Color Harmonies of #66699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66699A

Black with #66699A

Text Example


Text Example

White with #66699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66699A; }

 p { color: rgb(102,105,154); }

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

background-color css

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

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

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

border-color css

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

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

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