Html Css Color HEX #061ACF Medium Blue

📋 copy color: '#061ACF'

red 6 ◦ green 26 ◦ blue 207

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

Shades of Medium Blue #061ACF

Tints of Medium Blue #061ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 86.61%

R = 2.51%
G = 10.88%
B = 86.61%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#061ACF (or 0x061ACF) is known color: Medium Blue. HEX triplet: 06, 1A and CF. RGB value is (6,26,207). Sum of RGB (Red+Green+Blue) = 6+26+207=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #061ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ACF is #F9E530. Grayscale: #272727. Windows color (decimal): -16377137 or 13572614. OLE color: 13572614.

HSL color Cylindrical-coordinate representation of color #061ACF: hue angle of 234.03º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061ACF is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 26 207 -
CMYK 0.97 0.87 0 0.19
HSL 234.03º 0.94% 0.42% -
HSV(B) 234.03º 0.97% 0.81% -
XYZ 11.71 5.28 59.43 -
YUV 40.65 221.87 103.28 -
System Red Green Blue C M Y K H S L
Decimal 6 26 207 0.97 0.87 0 0.19 234.03 0.94 0.42
Hex 6 1A CF 61 57 0 13 EA 5E 2A
Octal 6 32 317 141 127 0 23 352 136 52
Binary 110 11010 11001111 1100001 1010111 0 10011 11101010 1011110 101010

Color Harmonies of #061ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061ACF

Black with #061ACF

Text Example


Text Example

White with #061ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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