Html Css Color HEX #060ABB Medium Blue

📋 copy color: '#060ABB'

red 6 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #060ABB

Tints of Medium Blue #060ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 187 (73.44% from 255) = 92.12%

R = 2.96%
G = 4.93%
B = 92.12%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#060ABB (or 0x060ABB) is known color: Medium Blue. HEX triplet: 06, 0A and BB. RGB value is (6,10,187). Sum of RGB (Red+Green+Blue) = 6+10+187=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #060ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ABB is #F9F544. Grayscale: #1C1C1C. Windows color (decimal): -16381253 or 12257798. OLE color: 12257798.

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

Color convert

RGB 6 10 187 -
CMYK 0.97 0.95 0 0.27
HSL 238.67º 0.94% 0.38% -
HSV(B) 238.67º 0.97% 0.73% -
XYZ 9.15 3.84 47.27 -
YUV 28.98 217.17 111.61 -
System Red Green Blue C M Y K H S L
Decimal 6 10 187 0.97 0.95 0 0.27 238.67 0.94 0.38
Hex 6 A BB 61 5F 0 1B EF 5E 26
Octal 6 12 273 141 137 0 33 357 136 46
Binary 110 1010 10111011 1100001 1011111 0 11011 11101111 1011110 100110

Color Harmonies of #060ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060ABB

Black with #060ABB

Text Example


Text Example

White with #060ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,10,187); }

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

background-color css

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

 a { background-color: rgb(6,10,187); }

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

border-color css

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

 span { border-color: rgb(6,10,187); }

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