Html Css Color HEX #061BEC Blue

📋 copy color: '#061BEC'

red 6 ◦ green 27 ◦ blue 236

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

Shades of Blue #061BEC

Tints of Blue #061BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

 BLUE value IS 236 (92.58% from 255) = 87.73%

R = 2.23%
G = 10.04%
B = 87.73%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#061BEC (or 0x061BEC) is known color: Blue. HEX triplet: 06, 1B and EC. RGB value is (6,27,236). Sum of RGB (Red+Green+Blue) = 6+27+236=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 236 (92.58% from 255 or 87.73% from 269); Max value from RGB is 236 - color contains mainly: blue. Hex color #061BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061BEC is #F9E413. Grayscale: #2B2B2B. Windows color (decimal): -16376852 or 15473414. OLE color: 15473414.

HSL color Cylindrical-coordinate representation of color #061BEC: hue angle of 234.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061BEC is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 27 236 -
CMYK 0.97 0.89 0 0.07
HSL 234.52º 0.95% 0.47% -
HSV(B) 234.52º 0.97% 0.93% -
XYZ 15.61 6.88 79.86 -
YUV 44.55 236.04 100.51 -
System Red Green Blue C M Y K H S L
Decimal 6 27 236 0.97 0.89 0 0.07 234.52 0.95 0.47
Hex 6 1B EC 61 59 0 7 EB 5F 2F
Octal 6 33 354 141 131 0 7 353 137 57
Binary 110 11011 11101100 1100001 1011001 0 111 11101011 1011111 101111

Color Harmonies of #061BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BEC

Black with #061BEC

Text Example


Text Example

White with #061BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,236); }

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

background-color css

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

 a { background-color: rgb(6,27,236); }

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

border-color css

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

 span { border-color: rgb(6,27,236); }

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