Html Css Color HEX #630680 Indigo

📋 copy color: '#630680'

red 99 ◦ green 6 ◦ blue 128

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

Shades of Indigo #630680

Tints of Indigo #630680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 54.94%

R = 42.49%
G = 2.58%
B = 54.94%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#630680 (or 0x630680) is known color: Indigo. HEX triplet: 63, 06 and 80. RGB value is (99,6,128). Sum of RGB (Red+Green+Blue) = 99+6+128=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #630680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630680 is #9CF97F. Grayscale: #2F2F2F. Windows color (decimal): -10287488 or 8390243. OLE color: 8390243.

HSL color Cylindrical-coordinate representation of color #630680: hue angle of 285.74º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630680 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 6 128 -
CMYK 0.23 0.95 0 0.50
HSL 285.74º 0.91% 0.26% -
HSV(B) 285.74º 0.95% 0.5% -
XYZ 9.11 4.34 20.78 -
YUV 47.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 99 6 128 0.23 0.95 0 0.50 285.74 0.91 0.26
Hex 63 6 80 17 5F 0 32 11E 5B 1A
Octal 143 6 200 27 137 0 62 436 133 32
Binary 1100011 110 10000000 10111 1011111 0 110010 100011110 1011011 11010

Color Harmonies of #630680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630680

Black with #630680

Text Example


Text Example

White with #630680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630680; }

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

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

background-color css

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

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

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

border-color css

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

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

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