Html Css Color HEX #060FBE Medium Blue

📋 copy color: '#060FBE'

red 6 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #060FBE

Tints of Medium Blue #060FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

 BLUE value IS 190 (74.61% from 255) = 90.05%

R = 2.84%
G = 7.11%
B = 90.05%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#060FBE (or 0x060FBE) is known color: Medium Blue. HEX triplet: 06, 0F and BE. RGB value is (6,15,190). Sum of RGB (Red+Green+Blue) = 6+15+190=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #060FBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FBE is #F9F041. Grayscale: #1F1F1F. Windows color (decimal): -16379970 or 12455686. OLE color: 12455686.

HSL color Cylindrical-coordinate representation of color #060FBE: hue angle of 237.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060FBE is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 15 190 -
CMYK 0.97 0.92 0 0.25
HSL 237.07º 0.94% 0.38% -
HSV(B) 237.07º 0.97% 0.75% -
XYZ 9.54 4.1 49 -
YUV 32.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 6 15 190 0.97 0.92 0 0.25 237.07 0.94 0.38
Hex 6 F BE 61 5C 0 19 ED 5E 26
Octal 6 17 276 141 134 0 31 355 136 46
Binary 110 1111 10111110 1100001 1011100 0 11001 11101101 1011110 100110

Color Harmonies of #060FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060FBE

Black with #060FBE

Text Example


Text Example

White with #060FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,15,190); }

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

background-color css

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

 a { background-color: rgb(6,15,190); }

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

border-color css

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

 span { border-color: rgb(6,15,190); }

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