Html Css Color HEX #6A0BFC Electric Indigo

📋 copy color: '#6A0BFC'

red 106 ◦ green 11 ◦ blue 252

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

Shades of Electric Indigo #6A0BFC

Tints of Electric Indigo #6A0BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.98%

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 28.73%
G = 2.98%
B = 68.29%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A0BFC (or 0x6A0BFC) is known color: Electric Indigo. HEX triplet: 6A, 0B and FC. RGB value is (106,11,252). Sum of RGB (Red+Green+Blue) = 106+11+252=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0BFC is #95F403. Grayscale: #424242. Windows color (decimal): -9827332 or 16517994. OLE color: 16517994.

HSL color Cylindrical-coordinate representation of color #6A0BFC: hue angle of 263.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0BFC is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 11 252 -
CMYK 0.58 0.96 0 0.01
HSL 263.65º 0.98% 0.52% -
HSV(B) 263.65º 0.96% 0.99% -
XYZ 23.63 10.33 92.84 -
YUV 66.88 232.47 155.9 -
System Red Green Blue C M Y K H S L
Decimal 106 11 252 0.58 0.96 0 0.01 263.65 0.98 0.52
Hex 6A B FC 3A 60 0 1 108 62 34
Octal 152 13 374 72 140 0 1 410 142 64
Binary 1101010 1011 11111100 111010 1100000 0 1 100001000 1100010 110100

Color Harmonies of #6A0BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0BFC

Black with #6A0BFC

Text Example


Text Example

White with #6A0BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,11,252); }

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

background-color css

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

 a { background-color: rgb(106,11,252); }

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

border-color css

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

 span { border-color: rgb(106,11,252); }

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