Html Css Color HEX #060CBD Medium Blue

📋 copy color: '#060CBD'

red 6 ◦ green 12 ◦ blue 189

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

Shades of Medium Blue #060CBD

Tints of Medium Blue #060CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 91.3%

R = 2.9%
G = 5.8%
B = 91.3%

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

#060CBD (or 0x060CBD) is known color: Medium Blue. HEX triplet: 06, 0C and BD. RGB value is (6,12,189). Sum of RGB (Red+Green+Blue) = 6+12+189=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 189 (74.22% from 255 or 91.30% from 207); Max value from RGB is 189 - color contains mainly: blue. Hex color #060CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CBD is #F9F342. Grayscale: #1D1D1D. Windows color (decimal): -16380739 or 12389382. OLE color: 12389382.

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

Color convert

RGB 6 12 189 -
CMYK 0.97 0.94 0 0.26
HSL 238.03º 0.94% 0.38% -
HSV(B) 238.03º 0.97% 0.74% -
XYZ 9.39 3.98 48.42 -
YUV 30.38 217.51 110.61 -
System Red Green Blue C M Y K H S L
Decimal 6 12 189 0.97 0.94 0 0.26 238.03 0.94 0.38
Hex 6 C BD 61 5E 0 1A EE 5E 26
Octal 6 14 275 141 136 0 32 356 136 46
Binary 110 1100 10111101 1100001 1011110 0 11010 11101110 1011110 100110

Color Harmonies of #060CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CBD

Black with #060CBD

Text Example


Text Example

White with #060CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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