Html Css Color HEX #6B1298 Indigo

📋 copy color: '#6B1298'

red 107 ◦ green 18 ◦ blue 152

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

Shades of Indigo #6B1298

Tints of Indigo #6B1298

RGB

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

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

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

R = 38.63%
G = 6.5%
B = 54.87%

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

#6B1298 (or 0x6B1298) is known color: Indigo. HEX triplet: 6B, 12 and 98. RGB value is (107,18,152). Sum of RGB (Red+Green+Blue) = 107+18+152=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B1298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1298 is #94ED67. Grayscale: #3B3B3B. Windows color (decimal): -9760104 or 9966187. OLE color: 9966187.

HSL color Cylindrical-coordinate representation of color #6B1298: hue angle of 279.85º 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 #6B1298 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 18 152 -
CMYK 0.30 0.88 0 0.40
HSL 279.85º 0.79% 0.33% -
HSV(B) 279.85º 0.88% 0.6% -
XYZ 11.95 5.83 30.2 -
YUV 59.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 107 18 152 0.30 0.88 0 0.40 279.85 0.79 0.33
Hex 6B 12 98 1E 58 0 28 118 4F 21
Octal 153 22 230 36 130 0 50 430 117 41
Binary 1101011 10010 10011000 11110 1011000 0 101000 100011000 1001111 100001

Color Harmonies of #6B1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1298

Black with #6B1298

Text Example


Text Example

White with #6B1298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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