Html Css Color HEX #61068F Indigo

📋 copy color: '#61068F'

red 97 ◦ green 6 ◦ blue 143

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

Shades of Indigo #61068F

Tints of Indigo #61068F

RGB

 RED value IS 97 (38.28% from 255) = 39.43%

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

 BLUE value IS 143 (56.25% from 255) = 58.13%

R = 39.43%
G = 2.44%
B = 58.13%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61068F (or 0x61068F) is known color: Indigo. HEX triplet: 61, 06 and 8F. RGB value is (97,6,143). Sum of RGB (Red+Green+Blue) = 97+6+143=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #61068F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61068F is #9EF970. Grayscale: #303030. Windows color (decimal): -10418545 or 9373281. OLE color: 9373281.

HSL color Cylindrical-coordinate representation of color #61068F: hue angle of 279.85º 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 #61068F is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 6 143 -
CMYK 0.32 0.96 0 0.44
HSL 279.85º 0.92% 0.29% -
HSV(B) 279.85º 0.96% 0.56% -
XYZ 9.95 4.65 26.36 -
YUV 48.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 97 6 143 0.32 0.96 0 0.44 279.85 0.92 0.29
Hex 61 6 8F 20 60 0 2C 118 5C 1D
Octal 141 6 217 40 140 0 54 430 134 35
Binary 1100001 110 10001111 100000 1100000 0 101100 100011000 1011100 11101

Color Harmonies of #61068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61068F

Black with #61068F

Text Example


Text Example

White with #61068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61068F; }

 p { color: rgb(97,6,143); }

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

background-color css

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

 a { background-color: rgb(97,6,143); }

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

border-color css

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

 span { border-color: rgb(97,6,143); }

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