Html Css Color HEX #6306AA Indigo

📋 copy color: '#6306AA'

red 99 ◦ green 6 ◦ blue 170

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

Shades of Indigo #6306AA

Tints of Indigo #6306AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 36%
G = 2.18%
B = 61.82%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6306AA (or 0x6306AA) is known color: Indigo. HEX triplet: 63, 06 and AA. RGB value is (99,6,170). Sum of RGB (Red+Green+Blue) = 99+6+170=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #6306AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6306AA is #9CF955. Grayscale: #333333. Windows color (decimal): -10287446 or 11142755. OLE color: 11142755.

HSL color Cylindrical-coordinate representation of color #6306AA: hue angle of 274.02º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6306AA is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 6 170 -
CMYK 0.42 0.96 0 0.33
HSL 274.02º 0.93% 0.35% -
HSV(B) 274.02º 0.96% 0.67% -
XYZ 12.47 5.69 38.47 -
YUV 52.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 99 6 170 0.42 0.96 0 0.33 274.02 0.93 0.35
Hex 63 6 AA 2A 60 0 21 112 5D 23
Octal 143 6 252 52 140 0 41 422 135 43
Binary 1100011 110 10101010 101010 1100000 0 100001 100010010 1011101 100011

Color Harmonies of #6306AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306AA

Black with #6306AA

Text Example


Text Example

White with #6306AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6306AA; }

 p { color: rgb(99,6,170); }

 H1.HeaderClassName
 {
   color: #6306AA;
 }
 .AnyTagClassName
 {
   color: #6306AA;
 }
</style>

background-color css

<style>
 a { background-color: #6306AA; }

 a { background-color: rgb(99,6,170); }

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

border-color css

<style>
 span { border-color: #6306AA; }

 span { border-color: rgb(99,6,170); }

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