Html Css Color HEX #6308A0 Indigo

📋 copy color: '#6308A0'

red 99 ◦ green 8 ◦ blue 160

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

Shades of Indigo #6308A0

Tints of Indigo #6308A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

 BLUE value IS 160 (62.89% from 255) = 59.93%

R = 37.08%
G = 3%
B = 59.93%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6308A0 (or 0x6308A0) is known color: Indigo. HEX triplet: 63, 08 and A0. RGB value is (99,8,160). Sum of RGB (Red+Green+Blue) = 99+8+160=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #6308A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6308A0 is #9CF75F. Grayscale: #343434. Windows color (decimal): -10286944 or 10487907. OLE color: 10487907.

HSL color Cylindrical-coordinate representation of color #6308A0: hue angle of 275.92º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6308A0 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 8 160 -
CMYK 0.38 0.95 0 0.37
HSL 275.92º 0.9% 0.33% -
HSV(B) 275.92º 0.95% 0.63% -
XYZ 11.58 5.36 33.68 -
YUV 52.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 99 8 160 0.38 0.95 0 0.37 275.92 0.9 0.33
Hex 63 8 A0 26 5F 0 25 114 5A 21
Octal 143 10 240 46 137 0 45 424 132 41
Binary 1100011 1000 10100000 100110 1011111 0 100101 100010100 1011010 100001

Color Harmonies of #6308A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308A0

Black with #6308A0

Text Example


Text Example

White with #6308A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6308A0; }

 p { color: rgb(99,8,160); }

 H1.HeaderClassName
 {
   color: #6308A0;
 }
 .AnyTagClassName
 {
   color: #6308A0;
 }
</style>

background-color css

<style>
 a { background-color: #6308A0; }

 a { background-color: rgb(99,8,160); }

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

border-color css

<style>
 span { border-color: #6308A0; }

 span { border-color: rgb(99,8,160); }

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