Html Css Color HEX #6A6891 Scampi

📋 copy color: '#6A6891'

red 106 ◦ green 104 ◦ blue 145

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

Shades of Scampi #6A6891

Tints of Scampi #6A6891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 29.86%
G = 29.3%
B = 40.85%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A6891 (or 0x6A6891) is known color: Scampi. HEX triplet: 6A, 68 and 91. RGB value is (106,104,145). Sum of RGB (Red+Green+Blue) = 106+104+145=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A6891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6891 is #95976E. Grayscale: #6D6D6D. Windows color (decimal): -9803631 or 9529450. OLE color: 9529450.

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

Color convert

RGB 106 104 145 -
CMYK 0.27 0.28 0 0.43
HSL 242.93º 0.16% 0.49% -
HSV(B) 242.93º 0.28% 0.57% -
XYZ 16.01 15.01 28.84 -
YUV 109.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 106 104 145 0.27 0.28 0 0.43 242.93 0.16 0.49
Hex 6A 68 91 1B 1C 0 2B F3 10 31
Octal 152 150 221 33 34 0 53 363 20 61
Binary 1101010 1101000 10010001 11011 11100 0 101011 11110011 10000 110001

Color Harmonies of #6A6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6891

Black with #6A6891

Text Example


Text Example

White with #6A6891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,104,145); }

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

background-color css

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

 a { background-color: rgb(106,104,145); }

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

border-color css

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

 span { border-color: rgb(106,104,145); }

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