Html Css Color HEX #061CEC Blue

📋 copy color: '#061CEC'

red 6 ◦ green 28 ◦ blue 236

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

Shades of Blue #061CEC

Tints of Blue #061CEC

RGB

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

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

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

R = 2.22%
G = 10.37%
B = 87.41%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#061CEC (or 0x061CEC) is known color: Blue. HEX triplet: 06, 1C and EC. RGB value is (6,28,236). Sum of RGB (Red+Green+Blue) = 6+28+236=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 236 (92.58% from 255 or 87.41% from 270); Max value from RGB is 236 - color contains mainly: blue. Hex color #061CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CEC is #F9E313. Grayscale: #2C2C2C. Windows color (decimal): -16376596 or 15473670. OLE color: 15473670.

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

Color convert

RGB 6 28 236 -
CMYK 0.97 0.88 0 0.07
HSL 234.26º 0.95% 0.47% -
HSV(B) 234.26º 0.97% 0.93% -
XYZ 15.63 6.93 79.87 -
YUV 45.13 235.71 100.09 -
System Red Green Blue C M Y K H S L
Decimal 6 28 236 0.97 0.88 0 0.07 234.26 0.95 0.47
Hex 6 1C EC 61 58 0 7 EA 5F 2F
Octal 6 34 354 141 130 0 7 352 137 57
Binary 110 11100 11101100 1100001 1011000 0 111 11101010 1011111 101111

Color Harmonies of #061CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CEC

Black with #061CEC

Text Example


Text Example

White with #061CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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