Html Css Color HEX #6C08FD Electric Indigo

📋 copy color: '#6C08FD'

red 108 ◦ green 8 ◦ blue 253

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

Shades of Electric Indigo #6C08FD

Tints of Electric Indigo #6C08FD

RGB

 RED value IS 108 (42.58% from 255) = 29.27%

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

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 29.27%
G = 2.17%
B = 68.56%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C08FD (or 0x6C08FD) is known color: Electric Indigo. HEX triplet: 6C, 08 and FD. RGB value is (108,8,253). Sum of RGB (Red+Green+Blue) = 108+8+253=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C08FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C08FD is #93F702. Grayscale: #404040. Windows color (decimal): -9697027 or 16582764. OLE color: 16582764.

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

Color convert

RGB 108 8 253 -
CMYK 0.57 0.97 0 0.01
HSL 264.49º 0.98% 0.51% -
HSV(B) 264.49º 0.97% 0.99% -
XYZ 24 10.45 93.68 -
YUV 65.83 233.63 158.08 -
System Red Green Blue C M Y K H S L
Decimal 108 8 253 0.57 0.97 0 0.01 264.49 0.98 0.51
Hex 6C 8 FD 39 61 0 1 108 62 33
Octal 154 10 375 71 141 0 1 410 142 63
Binary 1101100 1000 11111101 111001 1100001 0 1 100001000 1100010 110011

Color Harmonies of #6C08FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C08FD

Black with #6C08FD

Text Example


Text Example

White with #6C08FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,253); }

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

background-color css

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

 a { background-color: rgb(108,8,253); }

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

border-color css

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

 span { border-color: rgb(108,8,253); }

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