Html Css Color HEX #600CFC Electric Indigo

📋 copy color: '#600CFC'

red 96 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #600CFC

Tints of Electric Indigo #600CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70%

R = 26.67%
G = 3.33%
B = 70%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#600CFC (or 0x600CFC) is known color: Electric Indigo. HEX triplet: 60, 0C and FC. RGB value is (96,12,252). Sum of RGB (Red+Green+Blue) = 96+12+252=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #600CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600CFC is #9FF303. Grayscale: #3F3F3F. Windows color (decimal): -10482436 or 16518240. OLE color: 16518240.

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

Color convert

RGB 96 12 252 -
CMYK 0.62 0.95 0 0.01
HSL 261º 0.98% 0.52% -
HSV(B) 261º 0.95% 0.99% -
XYZ 22.53 9.78 92.8 -
YUV 64.48 233.83 150.49 -
System Red Green Blue C M Y K H S L
Decimal 96 12 252 0.62 0.95 0 0.01 261 0.98 0.52
Hex 60 C FC 3E 5F 0 1 105 62 34
Octal 140 14 374 76 137 0 1 405 142 64
Binary 1100000 1100 11111100 111110 1011111 0 1 100000101 1100010 110100

Color Harmonies of #600CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CFC

Black with #600CFC

Text Example


Text Example

White with #600CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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