Html Css Color HEX #061ABC Medium Blue

📋 copy color: '#061ABC'

red 6 ◦ green 26 ◦ blue 188

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

Shades of Medium Blue #061ABC

Tints of Medium Blue #061ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.82%

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

R = 2.73%
G = 11.82%
B = 85.45%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#061ABC (or 0x061ABC) is known color: Medium Blue. HEX triplet: 06, 1A and BC. RGB value is (6,26,188). Sum of RGB (Red+Green+Blue) = 6+26+188=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #061ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ABC is #F9E543. Grayscale: #252525. Windows color (decimal): -16377156 or 12327430. OLE color: 12327430.

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

Color convert

RGB 6 26 188 -
CMYK 0.97 0.86 0 0.26
HSL 233.41º 0.94% 0.38% -
HSV(B) 233.41º 0.97% 0.74% -
XYZ 9.52 4.41 47.93 -
YUV 38.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 6 26 188 0.97 0.86 0 0.26 233.41 0.94 0.38
Hex 6 1A BC 61 56 0 1A E9 5E 26
Octal 6 32 274 141 126 0 32 351 136 46
Binary 110 11010 10111100 1100001 1010110 0 11010 11101001 1011110 100110

Color Harmonies of #061ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061ABC

Black with #061ABC

Text Example


Text Example

White with #061ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061ABC; }

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

 H1.HeaderClassName
 {
   color: #061ABC;
 }
 .AnyTagClassName
 {
   color: #061ABC;
 }
</style>

background-color css

<style>
 a { background-color: #061ABC; }

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

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

border-color css

<style>
 span { border-color: #061ABC; }

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

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