Html Css Color HEX #6900FF Electric Indigo

📋 copy color: '#6900FF'

red 105 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #6900FF

Tints of Electric Indigo #6900FF

RGB

 RED value IS 105 (41.41% from 255) = 29.17%

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

 BLUE value IS 255 (100% from 255) = 70.83%

R = 29.17%
G = 0%
B = 70.83%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6900FF (or 0x6900FF) is known color: Electric Indigo. HEX triplet: 69, 00 and FF. RGB value is (105,0,255). Sum of RGB (Red+Green+Blue) = 105+0+255=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6900FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6900FF is #96FF00. Grayscale: #3B3B3B. Windows color (decimal): -9895681 or 16711785. OLE color: 16711785.

HSL color Cylindrical-coordinate representation of color #6900FF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900FF is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 0 255 -
CMYK 0.59 1 0 0
HSL 264.71º 1% 0.5% -
HSV(B) 264.71º 1% 1% -
XYZ 23.88 10.22 95.32 -
YUV 60.47 237.79 159.77 -
System Red Green Blue C M Y K H S L
Decimal 105 0 255 0.59 1 0 0 264.71 1 0.5
Hex 69 0 FF 3B 64 0 0 109 64 32
Octal 151 0 377 73 144 0 0 411 144 62
Binary 1101001 0 11111111 111011 1100100 0 0 100001001 1100100 110010

Color Harmonies of #6900FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900FF

Black with #6900FF

Text Example


Text Example

White with #6900FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6900FF; }

 p { color: rgb(105,0,255); }

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

background-color css

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

 a { background-color: rgb(105,0,255); }

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

border-color css

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

 span { border-color: rgb(105,0,255); }

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