Html Css Color HEX #060CDF Medium Blue

📋 copy color: '#060CDF'

red 6 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #060CDF

Tints of Medium Blue #060CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 92.53%

R = 2.49%
G = 4.98%
B = 92.53%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#060CDF (or 0x060CDF) is known color: Medium Blue. HEX triplet: 06, 0C and DF. RGB value is (6,12,223). Sum of RGB (Red+Green+Blue) = 6+12+223=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #060CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CDF is #F9F320. Grayscale: #212121. Windows color (decimal): -16380705 or 14617606. OLE color: 14617606.

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

Color convert

RGB 6 12 223 -
CMYK 0.97 0.95 0 0.13
HSL 238.34º 0.95% 0.45% -
HSV(B) 238.34º 0.97% 0.87% -
XYZ 13.53 5.63 70.19 -
YUV 34.26 234.51 107.84 -
System Red Green Blue C M Y K H S L
Decimal 6 12 223 0.97 0.95 0 0.13 238.34 0.95 0.45
Hex 6 C DF 61 5F 0 D EE 5F 2D
Octal 6 14 337 141 137 0 15 356 137 55
Binary 110 1100 11011111 1100001 1011111 0 1101 11101110 1011111 101101

Color Harmonies of #060CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CDF

Black with #060CDF

Text Example


Text Example

White with #060CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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