Html Css Color HEX #060BDA Medium Blue

📋 copy color: '#060BDA'

red 6 ◦ green 11 ◦ blue 218

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

Shades of Medium Blue #060BDA

Tints of Medium Blue #060BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.68%

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

R = 2.55%
G = 4.68%
B = 92.77%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#060BDA (or 0x060BDA) is known color: Medium Blue. HEX triplet: 06, 0B and DA. RGB value is (6,11,218). Sum of RGB (Red+Green+Blue) = 6+11+218=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 218 (85.55% from 255 or 92.77% from 235); Max value from RGB is 218 - color contains mainly: blue. Hex color #060BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060BDA is #F9F425. Grayscale: #202020. Windows color (decimal): -16380966 or 14289670. OLE color: 14289670.

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

Color convert

RGB 6 11 218 -
CMYK 0.97 0.95 0 0.15
HSL 238.58º 0.95% 0.44% -
HSV(B) 238.58º 0.97% 0.85% -
XYZ 12.85 5.34 66.68 -
YUV 33.1 232.34 108.67 -
System Red Green Blue C M Y K H S L
Decimal 6 11 218 0.97 0.95 0 0.15 238.58 0.95 0.44
Hex 6 B DA 61 5F 0 F EF 5F 2C
Octal 6 13 332 141 137 0 17 357 137 54
Binary 110 1011 11011010 1100001 1011111 0 1111 11101111 1011111 101100

Color Harmonies of #060BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060BDA

Black with #060BDA

Text Example


Text Example

White with #060BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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