Html Css Color HEX #060CBF Medium Blue

📋 copy color: '#060CBF'

red 6 ◦ green 12 ◦ blue 191

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

Shades of Medium Blue #060CBF

Tints of Medium Blue #060CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 91.39%

R = 2.87%
G = 5.74%
B = 91.39%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#060CBF (or 0x060CBF) is known color: Medium Blue. HEX triplet: 06, 0C and BF. RGB value is (6,12,191). Sum of RGB (Red+Green+Blue) = 6+12+191=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 191 (75% from 255 or 91.39% from 209); Max value from RGB is 191 - color contains mainly: blue. Hex color #060CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CBF is #F9F340. Grayscale: #1D1D1D. Windows color (decimal): -16380737 or 12520454. OLE color: 12520454.

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

Color convert

RGB 6 12 191 -
CMYK 0.97 0.94 0 0.25
HSL 238.05º 0.94% 0.39% -
HSV(B) 238.05º 0.97% 0.75% -
XYZ 9.61 4.06 49.57 -
YUV 30.61 218.51 110.45 -
System Red Green Blue C M Y K H S L
Decimal 6 12 191 0.97 0.94 0 0.25 238.05 0.94 0.39
Hex 6 C BF 61 5E 0 19 EE 5E 27
Octal 6 14 277 141 136 0 31 356 136 47
Binary 110 1100 10111111 1100001 1011110 0 11001 11101110 1011110 100111

Color Harmonies of #060CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CBF

Black with #060CBF

Text Example


Text Example

White with #060CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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