Html Css Color HEX #061CCB Medium Blue

📋 copy color: '#061CCB'

red 6 ◦ green 28 ◦ blue 203

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

Shades of Medium Blue #061CCB

Tints of Medium Blue #061CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 85.65%

R = 2.53%
G = 11.81%
B = 85.65%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#061CCB (or 0x061CCB) is known color: Medium Blue. HEX triplet: 06, 1C and CB. RGB value is (6,28,203). Sum of RGB (Red+Green+Blue) = 6+28+203=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 203 (79.69% from 255 or 85.65% from 237); Max value from RGB is 203 - color contains mainly: blue. Hex color #061CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CCB is #F9E334. Grayscale: #282828. Windows color (decimal): -16376629 or 13310982. OLE color: 13310982.

HSL color Cylindrical-coordinate representation of color #061CCB: hue angle of 233.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CCB is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 28 203 -
CMYK 0.97 0.86 0 0.20
HSL 233.3º 0.94% 0.41% -
HSV(B) 233.3º 0.97% 0.8% -
XYZ 11.27 5.18 56.91 -
YUV 41.37 219.21 102.77 -
System Red Green Blue C M Y K H S L
Decimal 6 28 203 0.97 0.86 0 0.20 233.3 0.94 0.41
Hex 6 1C CB 61 56 0 14 E9 5E 29
Octal 6 34 313 141 126 0 24 351 136 51
Binary 110 11100 11001011 1100001 1010110 0 10100 11101001 1011110 101001

Color Harmonies of #061CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CCB

Black with #061CCB

Text Example


Text Example

White with #061CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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