Html Css Color HEX #630690 Indigo

📋 copy color: '#630690'

red 99 ◦ green 6 ◦ blue 144

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

Shades of Indigo #630690

Tints of Indigo #630690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 39.76%
G = 2.41%
B = 57.83%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#630690 (or 0x630690) is known color: Indigo. HEX triplet: 63, 06 and 90. RGB value is (99,6,144). Sum of RGB (Red+Green+Blue) = 99+6+144=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #630690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630690 is #9CF96F. Grayscale: #313131. Windows color (decimal): -10287472 or 9438819. OLE color: 9438819.

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

Color convert

RGB 99 6 144 -
CMYK 0.31 0.96 0 0.44
HSL 280.43º 0.92% 0.29% -
HSV(B) 280.43º 0.96% 0.56% -
XYZ 10.24 4.8 26.77 -
YUV 49.54 181.31 163.28 -
System Red Green Blue C M Y K H S L
Decimal 99 6 144 0.31 0.96 0 0.44 280.43 0.92 0.29
Hex 63 6 90 1F 60 0 2C 118 5C 1D
Octal 143 6 220 37 140 0 54 430 134 35
Binary 1100011 110 10010000 11111 1100000 0 101100 100011000 1011100 11101

Color Harmonies of #630690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630690

Black with #630690

Text Example


Text Example

White with #630690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630690; }

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

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

background-color css

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

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

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

border-color css

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

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

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