Html Css Color HEX #6307AA Indigo

📋 copy color: '#6307AA'

red 99 ◦ green 7 ◦ blue 170

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

Shades of Indigo #6307AA

Tints of Indigo #6307AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 35.87%
G = 2.54%
B = 61.59%

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

#6307AA (or 0x6307AA) is known color: Indigo. HEX triplet: 63, 07 and AA. RGB value is (99,7,170). Sum of RGB (Red+Green+Blue) = 99+7+170=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #6307AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6307AA is #9CF855. Grayscale: #343434. Windows color (decimal): -10287190 or 11143011. OLE color: 11143011.

HSL color Cylindrical-coordinate representation of color #6307AA: hue angle of 273.87º degrees, saturation: 0.92, 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 #6307AA is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 7 170 -
CMYK 0.42 0.96 0 0.33
HSL 273.87º 0.92% 0.35% -
HSV(B) 273.87º 0.96% 0.67% -
XYZ 12.48 5.71 38.47 -
YUV 53.09 193.98 160.75 -
System Red Green Blue C M Y K H S L
Decimal 99 7 170 0.42 0.96 0 0.33 273.87 0.92 0.35
Hex 63 7 AA 2A 60 0 21 112 5C 23
Octal 143 7 252 52 140 0 41 422 134 43
Binary 1100011 111 10101010 101010 1100000 0 100001 100010010 1011100 100011

Color Harmonies of #6307AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6307AA

Black with #6307AA

Text Example


Text Example

White with #6307AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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