Html Css Color HEX #061EED Blue

📋 copy color: '#061EED'

red 6 ◦ green 30 ◦ blue 237

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

Shades of Blue #061EED

Tints of Blue #061EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

 BLUE value IS 237 (92.97% from 255) = 86.81%

R = 2.2%
G = 10.99%
B = 86.81%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#061EED (or 0x061EED) is known color: Blue. HEX triplet: 06, 1E and ED. RGB value is (6,30,237). Sum of RGB (Red+Green+Blue) = 6+30+237=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 237 (92.97% from 255 or 86.81% from 273); Max value from RGB is 237 - color contains mainly: blue. Hex color #061EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061EED is #F9E112. Grayscale: #2D2D2D. Windows color (decimal): -16376083 or 15539718. OLE color: 15539718.

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

Color convert

RGB 6 30 237 -
CMYK 0.97 0.87 0 0.07
HSL 233.77º 0.95% 0.48% -
HSV(B) 233.77º 0.97% 0.93% -
XYZ 15.83 7.08 80.65 -
YUV 46.42 235.55 99.17 -
System Red Green Blue C M Y K H S L
Decimal 6 30 237 0.97 0.87 0 0.07 233.77 0.95 0.48
Hex 6 1E ED 61 57 0 7 EA 5F 30
Octal 6 36 355 141 127 0 7 352 137 60
Binary 110 11110 11101101 1100001 1010111 0 111 11101010 1011111 110000

Color Harmonies of #061EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061EED

Black with #061EED

Text Example


Text Example

White with #061EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,30,237); }

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

background-color css

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

 a { background-color: rgb(6,30,237); }

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

border-color css

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

 span { border-color: rgb(6,30,237); }

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