Html Css Color HEX #060CDC Medium Blue

📋 copy color: '#060CDC'

red 6 ◦ green 12 ◦ blue 220

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

Shades of Medium Blue #060CDC

Tints of Medium Blue #060CDC

RGB

 RED value IS 6 (2.73% from 255) = 2.52%

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

 BLUE value IS 220 (86.33% from 255) = 92.44%

R = 2.52%
G = 5.04%
B = 92.44%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#060CDC (or 0x060CDC) is known color: Medium Blue. HEX triplet: 06, 0C and DC. RGB value is (6,12,220). Sum of RGB (Red+Green+Blue) = 6+12+220=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 220 (86.33% from 255 or 92.44% from 238); Max value from RGB is 220 - color contains mainly: blue. Hex color #060CDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CDC is #F9F323. Grayscale: #212121. Windows color (decimal): -16380708 or 14420998. OLE color: 14420998.

HSL color Cylindrical-coordinate representation of color #060CDC: hue angle of 238.32º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CDC is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 12 220 -
CMYK 0.97 0.95 0 0.14
HSL 238.32º 0.95% 0.44% -
HSV(B) 238.32º 0.97% 0.86% -
XYZ 13.12 5.47 68.07 -
YUV 33.92 233.01 108.09 -
System Red Green Blue C M Y K H S L
Decimal 6 12 220 0.97 0.95 0 0.14 238.32 0.95 0.44
Hex 6 C DC 61 5F 0 E EE 5F 2C
Octal 6 14 334 141 137 0 16 356 137 54
Binary 110 1100 11011100 1100001 1011111 0 1110 11101110 1011111 101100

Color Harmonies of #060CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CDC

Black with #060CDC

Text Example


Text Example

White with #060CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060CDC; }

 p { color: rgb(6,12,220); }

 H1.HeaderClassName
 {
   color: #060CDC;
 }
 .AnyTagClassName
 {
   color: #060CDC;
 }
</style>

background-color css

<style>
 a { background-color: #060CDC; }

 a { background-color: rgb(6,12,220); }

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

border-color css

<style>
 span { border-color: #060CDC; }

 span { border-color: rgb(6,12,220); }

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