Html Css Color HEX #600CFA Electric Indigo

📋 copy color: '#600CFA'

red 96 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #600CFA

Tints of Electric Indigo #600CFA

RGB

 RED value IS 96 (37.89% from 255) = 26.82%

 GREEN value IS 12 (5.08% from 255) = 3.35%

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 26.82%
G = 3.35%
B = 69.83%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#600CFA (or 0x600CFA) is known color: Electric Indigo. HEX triplet: 60, 0C and FA. RGB value is (96,12,250). Sum of RGB (Red+Green+Blue) = 96+12+250=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #600CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600CFA is #9FF305. Grayscale: #3F3F3F. Windows color (decimal): -10482438 or 16387168. OLE color: 16387168.

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

Color convert

RGB 96 12 250 -
CMYK 0.62 0.95 0 0.02
HSL 261.18º 0.96% 0.51% -
HSV(B) 261.18º 0.95% 0.98% -
XYZ 22.21 9.65 91.13 -
YUV 64.25 232.83 150.65 -
System Red Green Blue C M Y K H S L
Decimal 96 12 250 0.62 0.95 0 0.02 261.18 0.96 0.51
Hex 60 C FA 3E 5F 0 2 105 60 33
Octal 140 14 372 76 137 0 2 405 140 63
Binary 1100000 1100 11111010 111110 1011111 0 10 100000101 1100000 110011

Color Harmonies of #600CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CFA

Black with #600CFA

Text Example


Text Example

White with #600CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600CFA; }

 p { color: rgb(96,12,250); }

 H1.HeaderClassName
 {
   color: #600CFA;
 }
 .AnyTagClassName
 {
   color: #600CFA;
 }
</style>

background-color css

<style>
 a { background-color: #600CFA; }

 a { background-color: rgb(96,12,250); }

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

border-color css

<style>
 span { border-color: #600CFA; }

 span { border-color: rgb(96,12,250); }

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