Html Css Color HEX #6A6598 Scampi

📋 copy color: '#6A6598'

red 106 ◦ green 101 ◦ blue 152

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

Shades of Scampi #6A6598

Tints of Scampi #6A6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 29.53%
G = 28.13%
B = 42.34%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A6598 (or 0x6A6598) is known color: Scampi. HEX triplet: 6A, 65 and 98. RGB value is (106,101,152). Sum of RGB (Red+Green+Blue) = 106+101+152=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A6598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6598 is #959A67. Grayscale: #6C6C6C. Windows color (decimal): -9804392 or 9987434. OLE color: 9987434.

HSL color Cylindrical-coordinate representation of color #6A6598: hue angle of 245.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A6598 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 101 152 -
CMYK 0.30 0.34 0 0.40
HSL 245.88º 0.2% 0.5% -
HSV(B) 245.88º 0.34% 0.6% -
XYZ 16.27 14.64 31.67 -
YUV 108.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 106 101 152 0.30 0.34 0 0.40 245.88 0.2 0.5
Hex 6A 65 98 1E 22 0 28 F6 14 32
Octal 152 145 230 36 42 0 50 366 24 62
Binary 1101010 1100101 10011000 11110 100010 0 101000 11110110 10100 110010

Color Harmonies of #6A6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6598

Black with #6A6598

Text Example


Text Example

White with #6A6598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,101,152); }

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

background-color css

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

 a { background-color: rgb(106,101,152); }

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

border-color css

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

 span { border-color: rgb(106,101,152); }

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