Html Css Color HEX #6B09F9 Electric Indigo

📋 copy color: '#6B09F9'

red 107 ◦ green 9 ◦ blue 249

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

Shades of Electric Indigo #6B09F9

Tints of Electric Indigo #6B09F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 68.22%

R = 29.32%
G = 2.47%
B = 68.22%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B09F9 (or 0x6B09F9) is known color: Electric Indigo. HEX triplet: 6B, 09 and F9. RGB value is (107,9,249). Sum of RGB (Red+Green+Blue) = 107+9+249=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B09F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B09F9 is #94F606. Grayscale: #404040. Windows color (decimal): -9762311 or 16320875. OLE color: 16320875.

HSL color Cylindrical-coordinate representation of color #6B09F9: hue angle of 264.5º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B09F9 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 9 249 -
CMYK 0.57 0.96 0 0.02
HSL 264.5º 0.95% 0.51% -
HSV(B) 264.5º 0.96% 0.98% -
XYZ 23.26 10.16 90.36 -
YUV 65.66 231.47 157.49 -
System Red Green Blue C M Y K H S L
Decimal 107 9 249 0.57 0.96 0 0.02 264.5 0.95 0.51
Hex 6B 9 F9 39 60 0 2 108 5F 33
Octal 153 11 371 71 140 0 2 410 137 63
Binary 1101011 1001 11111001 111001 1100000 0 10 100001000 1011111 110011

Color Harmonies of #6B09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B09F9

Black with #6B09F9

Text Example


Text Example

White with #6B09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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