Html Css Color HEX #6B6095 Scampi

📋 copy color: '#6B6095'

red 107 ◦ green 96 ◦ blue 149

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

Shades of Scampi #6B6095

Tints of Scampi #6B6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 30.4%
G = 27.27%
B = 42.33%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B6095 (or 0x6B6095) is known color: Scampi. HEX triplet: 6B, 60 and 95. RGB value is (107,96,149). Sum of RGB (Red+Green+Blue) = 107+96+149=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B6095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6095 is #949F6A. Grayscale: #696969. Windows color (decimal): -9740139 or 9789547. OLE color: 9789547.

HSL color Cylindrical-coordinate representation of color #6B6095: hue angle of 252.45º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B6095 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 96 149 -
CMYK 0.28 0.36 0 0.42
HSL 252.45º 0.22% 0.48% -
HSV(B) 252.45º 0.36% 0.58% -
XYZ 15.67 13.66 30.24 -
YUV 105.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 107 96 149 0.28 0.36 0 0.42 252.45 0.22 0.48
Hex 6B 60 95 1C 24 0 2A FC 16 30
Octal 153 140 225 34 44 0 52 374 26 60
Binary 1101011 1100000 10010101 11100 100100 0 101010 11111100 10110 110000

Color Harmonies of #6B6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6095

Black with #6B6095

Text Example


Text Example

White with #6B6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,96,149); }

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

background-color css

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

 a { background-color: rgb(107,96,149); }

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

border-color css

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

 span { border-color: rgb(107,96,149); }

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