Html Css Color HEX #060CDA Medium Blue

📋 copy color: '#060CDA'

red 6 ◦ green 12 ◦ blue 218

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

Shades of Medium Blue #060CDA

Tints of Medium Blue #060CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 92.37%

R = 2.54%
G = 5.08%
B = 92.37%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#060CDA (or 0x060CDA) is known color: Medium Blue. HEX triplet: 06, 0C and DA. RGB value is (6,12,218). Sum of RGB (Red+Green+Blue) = 6+12+218=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 218 (85.55% from 255 or 92.37% from 236); Max value from RGB is 218 - color contains mainly: blue. Hex color #060CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CDA is #F9F325. Grayscale: #202020. Windows color (decimal): -16380710 or 14289926. OLE color: 14289926.

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

Color convert

RGB 6 12 218 -
CMYK 0.97 0.94 0 0.15
HSL 238.3º 0.95% 0.44% -
HSV(B) 238.3º 0.97% 0.85% -
XYZ 12.86 5.36 66.69 -
YUV 33.69 232.01 108.25 -
System Red Green Blue C M Y K H S L
Decimal 6 12 218 0.97 0.94 0 0.15 238.3 0.95 0.44
Hex 6 C DA 61 5E 0 F EE 5F 2C
Octal 6 14 332 141 136 0 17 356 137 54
Binary 110 1100 11011010 1100001 1011110 0 1111 11101110 1011111 101100

Color Harmonies of #060CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CDA

Black with #060CDA

Text Example


Text Example

White with #060CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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