Html Css Color HEX #66669C Scampi

📋 copy color: '#66669C'

red 102 ◦ green 102 ◦ blue 156

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

Shades of Scampi #66669C

Tints of Scampi #66669C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 28.33%
G = 28.33%
B = 43.33%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66669C (or 0x66669C) is known color: Scampi. HEX triplet: 66, 66 and 9C. RGB value is (102,102,156). Sum of RGB (Red+Green+Blue) = 102+102+156=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #66669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66669C is #999963. Grayscale: #6B6B6B. Windows color (decimal): -10066276 or 10249830. OLE color: 10249830.

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

Color convert

RGB 102 102 156 -
CMYK 0.35 0.35 0 0.39
HSL 240º 0.21% 0.51% -
HSV(B) 240º 0.35% 0.61% -
XYZ 16.23 14.73 33.44 -
YUV 108.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 102 102 156 0.35 0.35 0 0.39 240 0.21 0.51
Hex 66 66 9C 23 23 0 27 F0 15 33
Octal 146 146 234 43 43 0 47 360 25 63
Binary 1100110 1100110 10011100 100011 100011 0 100111 11110000 10101 110011

Color Harmonies of #66669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66669C

Black with #66669C

Text Example


Text Example

White with #66669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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