Html Css Color HEX #63069C Indigo

📋 copy color: '#63069C'

red 99 ◦ green 6 ◦ blue 156

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

Shades of Indigo #63069C

Tints of Indigo #63069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.77%

R = 37.93%
G = 2.3%
B = 59.77%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63069C (or 0x63069C) is known color: Indigo. HEX triplet: 63, 06 and 9C. RGB value is (99,6,156). Sum of RGB (Red+Green+Blue) = 99+6+156=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #63069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63069C is #9CF963. Grayscale: #323232. Windows color (decimal): -10287460 or 10225251. OLE color: 10225251.

HSL color Cylindrical-coordinate representation of color #63069C: hue angle of 277.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63069C is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 6 156 -
CMYK 0.37 0.96 0 0.39
HSL 277.2º 0.93% 0.32% -
HSV(B) 277.2º 0.96% 0.61% -
XYZ 11.21 5.18 31.86 -
YUV 50.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 99 6 156 0.37 0.96 0 0.39 277.2 0.93 0.32
Hex 63 6 9C 25 60 0 27 115 5D 20
Octal 143 6 234 45 140 0 47 425 135 40
Binary 1100011 110 10011100 100101 1100000 0 100111 100010101 1011101 100000

Color Harmonies of #63069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63069C

Black with #63069C

Text Example


Text Example

White with #63069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63069C; }

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

 H1.HeaderClassName
 {
   color: #63069C;
 }
 .AnyTagClassName
 {
   color: #63069C;
 }
</style>

background-color css

<style>
 a { background-color: #63069C; }

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

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

border-color css

<style>
 span { border-color: #63069C; }

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

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