Html Css Color HEX #650694 Indigo

📋 copy color: '#650694'

red 101 ◦ green 6 ◦ blue 148

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

Shades of Indigo #650694

Tints of Indigo #650694

RGB

 RED value IS 101 (39.84% from 255) = 39.61%

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

 BLUE value IS 148 (58.2% from 255) = 58.04%

R = 39.61%
G = 2.35%
B = 58.04%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650694 (or 0x650694) is known color: Indigo. HEX triplet: 65, 06 and 94. RGB value is (101,6,148). Sum of RGB (Red+Green+Blue) = 101+6+148=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #650694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650694 is #9AF96B. Grayscale: #323232. Windows color (decimal): -10156396 or 9700965. OLE color: 9700965.

HSL color Cylindrical-coordinate representation of color #650694: hue angle of 280.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650694 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 6 148 -
CMYK 0.32 0.96 0 0.42
HSL 280.14º 0.92% 0.3% -
HSV(B) 280.14º 0.96% 0.58% -
XYZ 10.78 5.04 28.42 -
YUV 50.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 101 6 148 0.32 0.96 0 0.42 280.14 0.92 0.3
Hex 65 6 94 20 60 0 2A 118 5C 1E
Octal 145 6 224 40 140 0 52 430 134 36
Binary 1100101 110 10010100 100000 1100000 0 101010 100011000 1011100 11110

Color Harmonies of #650694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650694

Black with #650694

Text Example


Text Example

White with #650694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650694; }

 p { color: rgb(101,6,148); }

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

background-color css

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

 a { background-color: rgb(101,6,148); }

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

border-color css

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

 span { border-color: rgb(101,6,148); }

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