Html Css Color HEX #061ADE Medium Blue

📋 copy color: '#061ADE'

red 6 ◦ green 26 ◦ blue 222

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

Shades of Medium Blue #061ADE

Tints of Medium Blue #061ADE

RGB

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

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

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

R = 2.36%
G = 10.24%
B = 87.4%

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

#061ADE (or 0x061ADE) is known color: Medium Blue. HEX triplet: 06, 1A and DE. RGB value is (6,26,222). Sum of RGB (Red+Green+Blue) = 6+26+222=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 222 (87.11% from 255 or 87.40% from 254); Max value from RGB is 222 - color contains mainly: blue. Hex color #061ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ADE is #F9E521. Grayscale: #292929. Windows color (decimal): -16377122 or 14555654. OLE color: 14555654.

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

Color convert

RGB 6 26 222 -
CMYK 0.97 0.88 0 0.13
HSL 234.44º 0.95% 0.45% -
HSV(B) 234.44º 0.97% 0.87% -
XYZ 13.63 6.05 69.56 -
YUV 42.36 229.37 102.06 -
System Red Green Blue C M Y K H S L
Decimal 6 26 222 0.97 0.88 0 0.13 234.44 0.95 0.45
Hex 6 1A DE 61 58 0 D EA 5F 2D
Octal 6 32 336 141 130 0 15 352 137 55
Binary 110 11010 11011110 1100001 1011000 0 1101 11101010 1011111 101101

Color Harmonies of #061ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061ADE

Black with #061ADE

Text Example


Text Example

White with #061ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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