Html Css Color HEX #061EEE Blue

📋 copy color: '#061EEE'

red 6 ◦ green 30 ◦ blue 238

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

Shades of Blue #061EEE

Tints of Blue #061EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 86.86%

R = 2.19%
G = 10.95%
B = 86.86%

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

#061EEE (or 0x061EEE) is known color: Blue. HEX triplet: 06, 1E and EE. RGB value is (6,30,238). Sum of RGB (Red+Green+Blue) = 6+30+238=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 238 (93.36% from 255 or 86.86% from 274); Max value from RGB is 238 - color contains mainly: blue. Hex color #061EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061EEE is #F9E111. Grayscale: #2D2D2D. Windows color (decimal): -16376082 or 15605254. OLE color: 15605254.

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

Color convert

RGB 6 30 238 -
CMYK 0.97 0.87 0 0.07
HSL 233.79º 0.95% 0.48% -
HSV(B) 233.79º 0.97% 0.93% -
XYZ 15.97 7.14 81.43 -
YUV 46.54 236.05 99.09 -
System Red Green Blue C M Y K H S L
Decimal 6 30 238 0.97 0.87 0 0.07 233.79 0.95 0.48
Hex 6 1E EE 61 57 0 7 EA 5F 30
Octal 6 36 356 141 127 0 7 352 137 60
Binary 110 11110 11101110 1100001 1010111 0 111 11101010 1011111 110000

Color Harmonies of #061EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061EEE

Black with #061EEE

Text Example


Text Example

White with #061EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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