Html Css Color HEX #6803AB Indigo

📋 copy color: '#6803AB'

red 104 ◦ green 3 ◦ blue 171

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

Shades of Indigo #6803AB

Tints of Indigo #6803AB

RGB

 RED value IS 104 (41.02% from 255) = 37.41%

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 37.41%
G = 1.08%
B = 61.51%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6803AB (or 0x6803AB) is known color: Indigo. HEX triplet: 68, 03 and AB. RGB value is (104,3,171). Sum of RGB (Red+Green+Blue) = 104+3+171=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #6803AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6803AB is #97FC54. Grayscale: #333333. Windows color (decimal): -9960533 or 11207528. OLE color: 11207528.

HSL color Cylindrical-coordinate representation of color #6803AB: hue angle of 276.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6803AB is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 3 171 -
CMYK 0.39 0.98 0 0.33
HSL 276.07º 0.97% 0.34% -
HSV(B) 276.07º 0.98% 0.67% -
XYZ 13.09 5.95 38.99 -
YUV 52.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 104 3 171 0.39 0.98 0 0.33 276.07 0.97 0.34
Hex 68 3 AB 27 62 0 21 114 61 22
Octal 150 3 253 47 142 0 41 424 141 42
Binary 1101000 11 10101011 100111 1100010 0 100001 100010100 1100001 100010

Color Harmonies of #6803AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803AB

Black with #6803AB

Text Example


Text Example

White with #6803AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6803AB; }

 p { color: rgb(104,3,171); }

 H1.HeaderClassName
 {
   color: #6803AB;
 }
 .AnyTagClassName
 {
   color: #6803AB;
 }
</style>

background-color css

<style>
 a { background-color: #6803AB; }

 a { background-color: rgb(104,3,171); }

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

border-color css

<style>
 span { border-color: #6803AB; }

 span { border-color: rgb(104,3,171); }

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