Html Css Color HEX #630699 Indigo

📋 copy color: '#630699'

red 99 ◦ green 6 ◦ blue 153

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

Shades of Indigo #630699

Tints of Indigo #630699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 38.37%
G = 2.33%
B = 59.3%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#630699 (or 0x630699) is known color: Indigo. HEX triplet: 63, 06 and 99. RGB value is (99,6,153). Sum of RGB (Red+Green+Blue) = 99+6+153=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #630699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630699 is #9CF966. Grayscale: #323232. Windows color (decimal): -10287463 or 10028643. OLE color: 10028643.

HSL color Cylindrical-coordinate representation of color #630699: hue angle of 277.96º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630699 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 6 153 -
CMYK 0.35 0.96 0 0.4
HSL 277.96º 0.92% 0.31% -
HSV(B) 277.96º 0.96% 0.6% -
XYZ 10.96 5.08 30.54 -
YUV 50.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 99 6 153 0.35 0.96 0 0.4 277.96 0.92 0.31
Hex 63 6 99 23 60 0 28 116 5C 1F
Octal 143 6 231 43 140 0 50 426 134 37
Binary 1100011 110 10011001 100011 1100000 0 101000 100010110 1011100 11111

Color Harmonies of #630699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630699

Black with #630699

Text Example


Text Example

White with #630699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630699; }

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

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

background-color css

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

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

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

border-color css

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

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

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