Html Css Color HEX #6A1298 Indigo

📋 copy color: '#6A1298'

red 106 ◦ green 18 ◦ blue 152

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

Shades of Indigo #6A1298

Tints of Indigo #6A1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 38.41%
G = 6.52%
B = 55.07%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A1298 (or 0x6A1298) is known color: Indigo. HEX triplet: 6A, 12 and 98. RGB value is (106,18,152). Sum of RGB (Red+Green+Blue) = 106+18+152=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A1298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1298 is #95ED67. Grayscale: #3B3B3B. Windows color (decimal): -9825640 or 9966186. OLE color: 9966186.

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

Color convert

RGB 106 18 152 -
CMYK 0.30 0.88 0 0.40
HSL 279.4º 0.79% 0.33% -
HSV(B) 279.4º 0.88% 0.6% -
XYZ 11.83 5.76 30.19 -
YUV 59.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 106 18 152 0.30 0.88 0 0.40 279.4 0.79 0.33
Hex 6A 12 98 1E 58 0 28 117 4F 21
Octal 152 22 230 36 130 0 50 427 117 41
Binary 1101010 10010 10011000 11110 1011000 0 101000 100010111 1001111 100001

Color Harmonies of #6A1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1298

Black with #6A1298

Text Example


Text Example

White with #6A1298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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