Html Css Color HEX #061FDF Medium Blue

📋 copy color: '#061FDF'

red 6 ◦ green 31 ◦ blue 223

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

Shades of Medium Blue #061FDF

Tints of Medium Blue #061FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.92%

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

R = 2.31%
G = 11.92%
B = 85.77%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#061FDF (or 0x061FDF) is known color: Medium Blue. HEX triplet: 06, 1F and DF. RGB value is (6,31,223). Sum of RGB (Red+Green+Blue) = 6+31+223=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #061FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FDF is #F9E020. Grayscale: #2C2C2C. Windows color (decimal): -16375841 or 14622470. OLE color: 14622470.

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

Color convert

RGB 6 31 223 -
CMYK 0.97 0.86 0 0.13
HSL 233.09º 0.95% 0.45% -
HSV(B) 233.09º 0.97% 0.87% -
XYZ 13.88 6.35 70.31 -
YUV 45.41 228.22 99.89 -
System Red Green Blue C M Y K H S L
Decimal 6 31 223 0.97 0.86 0 0.13 233.09 0.95 0.45
Hex 6 1F DF 61 56 0 D E9 5F 2D
Octal 6 37 337 141 126 0 15 351 137 55
Binary 110 11111 11011111 1100001 1010110 0 1101 11101001 1011111 101101

Color Harmonies of #061FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061FDF

Black with #061FDF

Text Example


Text Example

White with #061FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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