Html Css Color HEX #061FDE Medium Blue

📋 copy color: '#061FDE'

red 6 ◦ green 31 ◦ blue 222

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

Shades of Medium Blue #061FDE

Tints of Medium Blue #061FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 85.71%

R = 2.32%
G = 11.97%
B = 85.71%

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

#061FDE (or 0x061FDE) is known color: Medium Blue. HEX triplet: 06, 1F and DE. RGB value is (6,31,222). Sum of RGB (Red+Green+Blue) = 6+31+222=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 222 (87.11% from 255 or 85.71% from 259); Max value from RGB is 222 - color contains mainly: blue. Hex color #061FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FDE is #F9E021. Grayscale: #2C2C2C. Windows color (decimal): -16375842 or 14556934. OLE color: 14556934.

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

Color convert

RGB 6 31 222 -
CMYK 0.97 0.86 0 0.13
HSL 233.06º 0.95% 0.45% -
HSV(B) 233.06º 0.97% 0.87% -
XYZ 13.75 6.29 69.6 -
YUV 45.3 227.72 99.97 -
System Red Green Blue C M Y K H S L
Decimal 6 31 222 0.97 0.86 0 0.13 233.06 0.95 0.45
Hex 6 1F DE 61 56 0 D E9 5F 2D
Octal 6 37 336 141 126 0 15 351 137 55
Binary 110 11111 11011110 1100001 1010110 0 1101 11101001 1011111 101101

Color Harmonies of #061FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061FDE

Black with #061FDE

Text Example


Text Example

White with #061FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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