Html Css Color HEX #061ADF Medium Blue

📋 copy color: '#061ADF'

red 6 ◦ green 26 ◦ blue 223

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

Shades of Medium Blue #061ADF

Tints of Medium Blue #061ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 87.45%

R = 2.35%
G = 10.2%
B = 87.45%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#061ADF (or 0x061ADF) is known color: Medium Blue. HEX triplet: 06, 1A and DF. RGB value is (6,26,223). Sum of RGB (Red+Green+Blue) = 6+26+223=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #061ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ADF is #F9E520. Grayscale: #292929. Windows color (decimal): -16377121 or 14621190. OLE color: 14621190.

HSL color Cylindrical-coordinate representation of color #061ADF: hue angle of 234.47º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061ADF is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 26 223 -
CMYK 0.97 0.88 0 0.13
HSL 234.47º 0.95% 0.45% -
HSV(B) 234.47º 0.97% 0.87% -
XYZ 13.76 6.11 70.27 -
YUV 42.48 229.87 101.98 -
System Red Green Blue C M Y K H S L
Decimal 6 26 223 0.97 0.88 0 0.13 234.47 0.95 0.45
Hex 6 1A DF 61 58 0 D EA 5F 2D
Octal 6 32 337 141 130 0 15 352 137 55
Binary 110 11010 11011111 1100001 1011000 0 1101 11101010 1011111 101101

Color Harmonies of #061ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061ADF

Black with #061ADF

Text Example


Text Example

White with #061ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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