Html Css Color HEX #6B6A95 Scampi

📋 copy color: '#6B6A95'

red 107 ◦ green 106 ◦ blue 149

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

Shades of Scampi #6B6A95

Tints of Scampi #6B6A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

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

R = 29.56%
G = 29.28%
B = 41.16%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B6A95 (or 0x6B6A95) is known color: Scampi. HEX triplet: 6B, 6A and 95. RGB value is (107,106,149). Sum of RGB (Red+Green+Blue) = 107+106+149=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B6A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6A95 is #94956A. Grayscale: #6F6F6F. Windows color (decimal): -9737579 or 9792107. OLE color: 9792107.

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

Color convert

RGB 107 106 149 -
CMYK 0.28 0.29 0 0.42
HSL 241.4º 0.17% 0.5% -
HSV(B) 241.4º 0.29% 0.58% -
XYZ 16.64 15.6 30.57 -
YUV 111.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 107 106 149 0.28 0.29 0 0.42 241.4 0.17 0.5
Hex 6B 6A 95 1C 1D 0 2A F1 11 32
Octal 153 152 225 34 35 0 52 361 21 62
Binary 1101011 1101010 10010101 11100 11101 0 101010 11110001 10001 110010

Color Harmonies of #6B6A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6A95

Black with #6B6A95

Text Example


Text Example

White with #6B6A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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