Html Css Color HEX #6B0D98 Indigo

📋 copy color: '#6B0D98'

red 107 ◦ green 13 ◦ blue 152

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

Shades of Indigo #6B0D98

Tints of Indigo #6B0D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.78%

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

R = 39.34%
G = 4.78%
B = 55.88%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B0D98 (or 0x6B0D98) is known color: Indigo. HEX triplet: 6B, 0D and 98. RGB value is (107,13,152). Sum of RGB (Red+Green+Blue) = 107+13+152=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B0D98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0D98 is #94F267. Grayscale: #383838. Windows color (decimal): -9761384 or 9964907. OLE color: 9964907.

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

Color convert

RGB 107 13 152 -
CMYK 0.30 0.91 0 0.40
HSL 280.58º 0.84% 0.32% -
HSV(B) 280.58º 0.91% 0.6% -
XYZ 11.87 5.68 30.18 -
YUV 56.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 107 13 152 0.30 0.91 0 0.40 280.58 0.84 0.32
Hex 6B D 98 1E 5B 0 28 119 54 20
Octal 153 15 230 36 133 0 50 431 124 40
Binary 1101011 1101 10011000 11110 1011011 0 101000 100011001 1010100 100000

Color Harmonies of #6B0D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D98

Black with #6B0D98

Text Example


Text Example

White with #6B0D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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