Html Css Color HEX #060BBC Medium Blue

📋 copy color: '#060BBC'

red 6 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #060BBC

Tints of Medium Blue #060BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 91.71%

R = 2.93%
G = 5.37%
B = 91.71%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#060BBC (or 0x060BBC) is known color: Medium Blue. HEX triplet: 06, 0B and BC. RGB value is (6,11,188). Sum of RGB (Red+Green+Blue) = 6+11+188=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #060BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060BBC is #F9F443. Grayscale: #1C1C1C. Windows color (decimal): -16380996 or 12323590. OLE color: 12323590.

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

Color convert

RGB 6 11 188 -
CMYK 0.97 0.94 0 0.26
HSL 238.35º 0.94% 0.38% -
HSV(B) 238.35º 0.97% 0.74% -
XYZ 9.27 3.91 47.84 -
YUV 29.68 217.34 111.11 -
System Red Green Blue C M Y K H S L
Decimal 6 11 188 0.97 0.94 0 0.26 238.35 0.94 0.38
Hex 6 B BC 61 5E 0 1A EE 5E 26
Octal 6 13 274 141 136 0 32 356 136 46
Binary 110 1011 10111100 1100001 1011110 0 11010 11101110 1011110 100110

Color Harmonies of #060BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060BBC

Black with #060BBC

Text Example


Text Example

White with #060BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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