Html Css Color HEX #061EDA Medium Blue

📋 copy color: '#061EDA'

red 6 ◦ green 30 ◦ blue 218

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

Shades of Medium Blue #061EDA

Tints of Medium Blue #061EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 218 (85.55% from 255) = 85.83%

R = 2.36%
G = 11.81%
B = 85.83%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#061EDA (or 0x061EDA) is known color: Medium Blue. HEX triplet: 06, 1E and DA. RGB value is (6,30,218). Sum of RGB (Red+Green+Blue) = 6+30+218=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 218 (85.55% from 255 or 85.83% from 254); Max value from RGB is 218 - color contains mainly: blue. Hex color #061EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EDA is #F9E125. Grayscale: #2B2B2B. Windows color (decimal): -16376102 or 14294534. OLE color: 14294534.

HSL color Cylindrical-coordinate representation of color #061EDA: hue angle of 233.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EDA is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 30 218 -
CMYK 0.97 0.86 0 0.15
HSL 233.21º 0.95% 0.44% -
HSV(B) 233.21º 0.97% 0.85% -
XYZ 13.19 6.03 66.8 -
YUV 44.26 226.05 100.71 -
System Red Green Blue C M Y K H S L
Decimal 6 30 218 0.97 0.86 0 0.15 233.21 0.95 0.44
Hex 6 1E DA 61 56 0 F E9 5F 2C
Octal 6 36 332 141 126 0 17 351 137 54
Binary 110 11110 11011010 1100001 1010110 0 1111 11101001 1011111 101100

Color Harmonies of #061EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061EDA

Black with #061EDA

Text Example


Text Example

White with #061EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,30,218); }

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

background-color css

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

 a { background-color: rgb(6,30,218); }

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

border-color css

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

 span { border-color: rgb(6,30,218); }

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