Html Css Color HEX #6A599C Scampi

📋 copy color: '#6A599C'

red 106 ◦ green 89 ◦ blue 156

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

Shades of Scampi #6A599C

Tints of Scampi #6A599C

RGB

 RED value IS 106 (41.8% from 255) = 30.2%

 GREEN value IS 89 (35.16% from 255) = 25.36%

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

R = 30.2%
G = 25.36%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A599C (or 0x6A599C) is known color: Scampi. HEX triplet: 6A, 59 and 9C. RGB value is (106,89,156). Sum of RGB (Red+Green+Blue) = 106+89+156=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A599C is #95A663. Grayscale: #656565. Windows color (decimal): -9807460 or 10246506. OLE color: 10246506.

HSL color Cylindrical-coordinate representation of color #6A599C: hue angle of 255.22º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A599C is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 89 156 -
CMYK 0.32 0.43 0 0.39
HSL 255.22º 0.27% 0.48% -
HSV(B) 255.22º 0.43% 0.61% -
XYZ 15.52 12.61 33.07 -
YUV 101.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 106 89 156 0.32 0.43 0 0.39 255.22 0.27 0.48
Hex 6A 59 9C 20 2B 0 27 FF 1B 30
Octal 152 131 234 40 53 0 47 377 33 60
Binary 1101010 1011001 10011100 100000 101011 0 100111 11111111 11011 110000

Color Harmonies of #6A599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A599C

Black with #6A599C

Text Example


Text Example

White with #6A599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A599C; }

 p { color: rgb(106,89,156); }

 H1.HeaderClassName
 {
   color: #6A599C;
 }
 .AnyTagClassName
 {
   color: #6A599C;
 }
</style>

background-color css

<style>
 a { background-color: #6A599C; }

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

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

border-color css

<style>
 span { border-color: #6A599C; }

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

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