Html Css Color HEX #6A6698 Scampi

📋 copy color: '#6A6698'

red 106 ◦ green 102 ◦ blue 152

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

Shades of Scampi #6A6698

Tints of Scampi #6A6698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 29.44%
G = 28.33%
B = 42.22%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A6698 (or 0x6A6698) is known color: Scampi. HEX triplet: 6A, 66 and 98. RGB value is (106,102,152). Sum of RGB (Red+Green+Blue) = 106+102+152=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A6698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6698 is #959967. Grayscale: #6C6C6C. Windows color (decimal): -9804136 or 9987690. OLE color: 9987690.

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

Color convert

RGB 106 102 152 -
CMYK 0.30 0.33 0 0.40
HSL 244.8º 0.2% 0.5% -
HSV(B) 244.8º 0.33% 0.6% -
XYZ 16.36 14.83 31.71 -
YUV 108.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 106 102 152 0.30 0.33 0 0.40 244.8 0.2 0.5
Hex 6A 66 98 1E 21 0 28 F5 14 32
Octal 152 146 230 36 41 0 50 365 24 62
Binary 1101010 1100110 10011000 11110 100001 0 101000 11110101 10100 110010

Color Harmonies of #6A6698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6698

Black with #6A6698

Text Example


Text Example

White with #6A6698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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