Html Css Color HEX #6B09FF Electric Indigo

📋 copy color: '#6B09FF'

red 107 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #6B09FF

Tints of Electric Indigo #6B09FF

RGB

 RED value IS 107 (42.19% from 255) = 28.84%

 GREEN value IS 9 (3.91% from 255) = 2.43%

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

R = 28.84%
G = 2.43%
B = 68.73%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6B09FF (or 0x6B09FF) is known color: Electric Indigo. HEX triplet: 6B, 09 and FF. RGB value is (107,9,255). Sum of RGB (Red+Green+Blue) = 107+9+255=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B09FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B09FF is #94F600. Grayscale: #414141. Windows color (decimal): -9762305 or 16714091. OLE color: 16714091.

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

Color convert

RGB 107 9 255 -
CMYK 0.58 0.96 0 0
HSL 263.9º 1% 0.52% -
HSV(B) 263.9º 0.96% 1% -
XYZ 24.21 10.54 95.37 -
YUV 66.35 234.47 157 -
System Red Green Blue C M Y K H S L
Decimal 107 9 255 0.58 0.96 0 0 263.9 1 0.52
Hex 6B 9 FF 3A 60 0 0 108 64 34
Octal 153 11 377 72 140 0 0 410 144 64
Binary 1101011 1001 11111111 111010 1100000 0 0 100001000 1100100 110100

Color Harmonies of #6B09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B09FF

Black with #6B09FF

Text Example


Text Example

White with #6B09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,9,255); }

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

background-color css

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

 a { background-color: rgb(107,9,255); }

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

border-color css

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

 span { border-color: rgb(107,9,255); }

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