Html Css Color HEX #66569B Scampi

📋 copy color: '#66569B'

red 102 ◦ green 86 ◦ blue 155

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

Shades of Scampi #66569B

Tints of Scampi #66569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 29.74%
G = 25.07%
B = 45.19%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66569B (or 0x66569B) is known color: Scampi. HEX triplet: 66, 56 and 9B. RGB value is (102,86,155). Sum of RGB (Red+Green+Blue) = 102+86+155=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #66569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66569B is #99A964. Grayscale: #626262. Windows color (decimal): -10070373 or 10180198. OLE color: 10180198.

HSL color Cylindrical-coordinate representation of color #66569B: hue angle of 253.91º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66569B is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 86 155 -
CMYK 0.34 0.45 0 0.39
HSL 253.91º 0.29% 0.47% -
HSV(B) 253.91º 0.45% 0.61% -
XYZ 14.72 11.85 32.52 -
YUV 98.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 102 86 155 0.34 0.45 0 0.39 253.91 0.29 0.47
Hex 66 56 9B 22 2D 0 27 FE 1D 2F
Octal 146 126 233 42 55 0 47 376 35 57
Binary 1100110 1010110 10011011 100010 101101 0 100111 11111110 11101 101111

Color Harmonies of #66569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66569B

Black with #66569B

Text Example


Text Example

White with #66569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66569B; }

 p { color: rgb(102,86,155); }

 H1.HeaderClassName
 {
   color: #66569B;
 }
 .AnyTagClassName
 {
   color: #66569B;
 }
</style>

background-color css

<style>
 a { background-color: #66569B; }

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

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

border-color css

<style>
 span { border-color: #66569B; }

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

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