Html Css Color HEX #6B6990 Scampi

📋 copy color: '#6B6990'

red 107 ◦ green 105 ◦ blue 144

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

Shades of Scampi #6B6990

Tints of Scampi #6B6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 30.06%
G = 29.49%
B = 40.45%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B6990 (or 0x6B6990) is known color: Scampi. HEX triplet: 6B, 69 and 90. RGB value is (107,105,144). Sum of RGB (Red+Green+Blue) = 107+105+144=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6990 is #94966F. Grayscale: #6D6D6D. Windows color (decimal): -9737840 or 9464171. OLE color: 9464171.

HSL color Cylindrical-coordinate representation of color #6B6990: hue angle of 243.08º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B6990 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 105 144 -
CMYK 0.26 0.27 0 0.44
HSL 243.08º 0.16% 0.49% -
HSV(B) 243.08º 0.27% 0.56% -
XYZ 16.15 15.24 28.48 -
YUV 110.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 107 105 144 0.26 0.27 0 0.44 243.08 0.16 0.49
Hex 6B 69 90 1A 1B 0 2C F3 10 31
Octal 153 151 220 32 33 0 54 363 20 61
Binary 1101011 1101001 10010000 11010 11011 0 101100 11110011 10000 110001

Color Harmonies of #6B6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6990

Black with #6B6990

Text Example


Text Example

White with #6B6990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,144); }

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

background-color css

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

 a { background-color: rgb(107,105,144); }

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

border-color css

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

 span { border-color: rgb(107,105,144); }

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