Html Css Color HEX #6908F2 Electric Indigo

📋 copy color: '#6908F2'

red 105 ◦ green 8 ◦ blue 242

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

Shades of Electric Indigo #6908F2

Tints of Electric Indigo #6908F2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 242 (94.92% from 255) = 68.17%

R = 29.58%
G = 2.25%
B = 68.17%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6908F2 (or 0x6908F2) is known color: Electric Indigo. HEX triplet: 69, 08 and F2. RGB value is (105,8,242). Sum of RGB (Red+Green+Blue) = 105+8+242=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 242 (94.92% from 255 or 68.17% from 355); Max value from RGB is 242 - color contains mainly: blue. Hex color #6908F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6908F2 is #96F70D. Grayscale: #3E3E3E. Windows color (decimal): -9893646 or 15861865. OLE color: 15861865.

HSL color Cylindrical-coordinate representation of color #6908F2: hue angle of 264.87º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6908F2 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 8 242 -
CMYK 0.57 0.97 0 0.05
HSL 264.87º 0.94% 0.49% -
HSV(B) 264.87º 0.97% 0.95% -
XYZ 21.94 9.59 84.7 -
YUV 63.68 228.64 157.47 -
System Red Green Blue C M Y K H S L
Decimal 105 8 242 0.57 0.97 0 0.05 264.87 0.94 0.49
Hex 69 8 F2 39 61 0 5 109 5E 31
Octal 151 10 362 71 141 0 5 411 136 61
Binary 1101001 1000 11110010 111001 1100001 0 101 100001001 1011110 110001

Color Harmonies of #6908F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908F2

Black with #6908F2

Text Example


Text Example

White with #6908F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6908F2; }

 p { color: rgb(105,8,242); }

 H1.HeaderClassName
 {
   color: #6908F2;
 }
 .AnyTagClassName
 {
   color: #6908F2;
 }
</style>

background-color css

<style>
 a { background-color: #6908F2; }

 a { background-color: rgb(105,8,242); }

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

border-color css

<style>
 span { border-color: #6908F2; }

 span { border-color: rgb(105,8,242); }

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