Html Css Color HEX #060DDA Medium Blue

📋 copy color: '#060DDA'

red 6 ◦ green 13 ◦ blue 218

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

Shades of Medium Blue #060DDA

Tints of Medium Blue #060DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.49%

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

R = 2.53%
G = 5.49%
B = 91.98%

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

#060DDA (or 0x060DDA) is known color: Medium Blue. HEX triplet: 06, 0D and DA. RGB value is (6,13,218). Sum of RGB (Red+Green+Blue) = 6+13+218=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 218 (85.55% from 255 or 91.98% from 237); Max value from RGB is 218 - color contains mainly: blue. Hex color #060DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DDA is #F9F225. Grayscale: #212121. Windows color (decimal): -16380454 or 14290182. OLE color: 14290182.

HSL color Cylindrical-coordinate representation of color #060DDA: hue angle of 238.02º 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 #060DDA is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 13 218 -
CMYK 0.97 0.94 0 0.15
HSL 238.02º 0.95% 0.44% -
HSV(B) 238.02º 0.97% 0.85% -
XYZ 12.87 5.39 66.69 -
YUV 34.28 231.68 107.83 -
System Red Green Blue C M Y K H S L
Decimal 6 13 218 0.97 0.94 0 0.15 238.02 0.95 0.44
Hex 6 D DA 61 5E 0 F EE 5F 2C
Octal 6 15 332 141 136 0 17 356 137 54
Binary 110 1101 11011010 1100001 1011110 0 1111 11101110 1011111 101100

Color Harmonies of #060DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DDA

Black with #060DDA

Text Example


Text Example

White with #060DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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