Html Css Color HEX #061CDA Medium Blue

📋 copy color: '#061CDA'

red 6 ◦ green 28 ◦ blue 218

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

Shades of Medium Blue #061CDA

Tints of Medium Blue #061CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

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

R = 2.38%
G = 11.11%
B = 86.51%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#061CDA (or 0x061CDA) is known color: Medium Blue. HEX triplet: 06, 1C and DA. RGB value is (6,28,218). Sum of RGB (Red+Green+Blue) = 6+28+218=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 218 (85.55% from 255 or 86.51% from 252); Max value from RGB is 218 - color contains mainly: blue. Hex color #061CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CDA is #F9E325. Grayscale: #2A2A2A. Windows color (decimal): -16376614 or 14294022. OLE color: 14294022.

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

Color convert

RGB 6 28 218 -
CMYK 0.97 0.87 0 0.15
HSL 233.77º 0.95% 0.44% -
HSV(B) 233.77º 0.97% 0.85% -
XYZ 13.15 5.93 66.78 -
YUV 43.08 226.71 101.55 -
System Red Green Blue C M Y K H S L
Decimal 6 28 218 0.97 0.87 0 0.15 233.77 0.95 0.44
Hex 6 1C DA 61 57 0 F EA 5F 2C
Octal 6 34 332 141 127 0 17 352 137 54
Binary 110 11100 11011010 1100001 1010111 0 1111 11101010 1011111 101100

Color Harmonies of #061CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CDA

Black with #061CDA

Text Example


Text Example

White with #061CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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