Html Css Color HEX #6B5F99 Scampi

📋 copy color: '#6B5F99'

red 107 ◦ green 95 ◦ blue 153

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

Shades of Scampi #6B5F99

Tints of Scampi #6B5F99

RGB

 RED value IS 107 (42.19% from 255) = 30.14%

 GREEN value IS 95 (37.5% from 255) = 26.76%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 30.14%
G = 26.76%
B = 43.1%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6B5F99 (or 0x6B5F99) is known color: Scampi. HEX triplet: 6B, 5F and 99. RGB value is (107,95,153). Sum of RGB (Red+Green+Blue) = 107+95+153=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B5F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5F99 is #94A066. Grayscale: #686868. Windows color (decimal): -9740391 or 10051435. OLE color: 10051435.

HSL color Cylindrical-coordinate representation of color #6B5F99: hue angle of 252.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B5F99 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 95 153 -
CMYK 0.30 0.38 0 0.4
HSL 252.41º 0.23% 0.49% -
HSV(B) 252.41º 0.38% 0.6% -
XYZ 15.91 13.61 31.93 -
YUV 105.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 107 95 153 0.30 0.38 0 0.4 252.41 0.23 0.49
Hex 6B 5F 99 1E 26 0 28 FC 17 31
Octal 153 137 231 36 46 0 50 374 27 61
Binary 1101011 1011111 10011001 11110 100110 0 101000 11111100 10111 110001

Color Harmonies of #6B5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5F99

Black with #6B5F99

Text Example


Text Example

White with #6B5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,95,153); }

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

background-color css

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

 a { background-color: rgb(107,95,153); }

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

border-color css

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

 span { border-color: rgb(107,95,153); }

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