Html Css Color HEX #6303AB Indigo

📋 copy color: '#6303AB'

red 99 ◦ green 3 ◦ blue 171

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

Shades of Indigo #6303AB

Tints of Indigo #6303AB

RGB

 RED value IS 99 (39.06% from 255) = 36.26%

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

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

R = 36.26%
G = 1.1%
B = 62.64%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6303AB (or 0x6303AB) is known color: Indigo. HEX triplet: 63, 03 and AB. RGB value is (99,3,171). Sum of RGB (Red+Green+Blue) = 99+3+171=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #6303AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6303AB is #9CFC54. Grayscale: #323232. Windows color (decimal): -10288213 or 11207523. OLE color: 11207523.

HSL color Cylindrical-coordinate representation of color #6303AB: hue angle of 274.29º 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 #6303AB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 3 171 -
CMYK 0.42 0.98 0 0.33
HSL 274.29º 0.97% 0.34% -
HSV(B) 274.29º 0.98% 0.67% -
XYZ 12.53 5.66 38.96 -
YUV 50.86 195.8 162.34 -
System Red Green Blue C M Y K H S L
Decimal 99 3 171 0.42 0.98 0 0.33 274.29 0.97 0.34
Hex 63 3 AB 2A 62 0 21 112 61 22
Octal 143 3 253 52 142 0 41 422 141 42
Binary 1100011 11 10101011 101010 1100010 0 100001 100010010 1100001 100010

Color Harmonies of #6303AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6303AB

Black with #6303AB

Text Example


Text Example

White with #6303AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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