Html Css Color HEX #6A0094 Indigo

📋 copy color: '#6A0094'

red 106 ◦ green 0 ◦ blue 148

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

Shades of Indigo #6A0094

Tints of Indigo #6A0094

RGB

 RED value IS 106 (41.8% from 255) = 41.73%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.73%
G = 0%
B = 58.27%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A0094 (or 0x6A0094) is known color: Indigo. HEX triplet: 6A, 00 and 94. RGB value is (106,0,148). Sum of RGB (Red+Green+Blue) = 106+0+148=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0094 is #95FF6B. Grayscale: #303030. Windows color (decimal): -9830252 or 9699434. OLE color: 9699434.

HSL color Cylindrical-coordinate representation of color #6A0094: hue angle of 282.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0094 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 0 148 -
CMYK 0.28 1 0 0.42
HSL 282.97º 1% 0.29% -
HSV(B) 282.97º 1% 0.58% -
XYZ 11.29 5.2 28.43 -
YUV 48.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 106 0 148 0.28 1 0 0.42 282.97 1 0.29
Hex 6A 0 94 1C 64 0 2A 11B 64 1D
Octal 152 0 224 34 144 0 52 433 144 35
Binary 1101010 0 10010100 11100 1100100 0 101010 100011011 1100100 11101

Color Harmonies of #6A0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0094

Black with #6A0094

Text Example


Text Example

White with #6A0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A0094; }

 p { color: rgb(106,0,148); }

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

background-color css

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

 a { background-color: rgb(106,0,148); }

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

border-color css

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

 span { border-color: rgb(106,0,148); }

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