Html Css Color HEX #6B0298 Indigo

📋 copy color: '#6B0298'

red 107 ◦ green 2 ◦ blue 152

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

Shades of Indigo #6B0298

Tints of Indigo #6B0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 41%
G = 0.77%
B = 58.24%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B0298 (or 0x6B0298) is known color: Indigo. HEX triplet: 6B, 02 and 98. RGB value is (107,2,152). Sum of RGB (Red+Green+Blue) = 107+2+152=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B0298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0298 is #94FD67. Grayscale: #323232. Windows color (decimal): -9764200 or 9962091. OLE color: 9962091.

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

Color convert

RGB 107 2 152 -
CMYK 0.30 0.99 0 0.40
HSL 282º 0.97% 0.3% -
HSV(B) 282º 0.99% 0.6% -
XYZ 11.75 5.44 30.14 -
YUV 50.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 107 2 152 0.30 0.99 0 0.40 282 0.97 0.3
Hex 6B 2 98 1E 63 0 28 11A 61 1E
Octal 153 2 230 36 143 0 50 432 141 36
Binary 1101011 10 10011000 11110 1100011 0 101000 100011010 1100001 11110

Color Harmonies of #6B0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0298

Black with #6B0298

Text Example


Text Example

White with #6B0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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