Html Css Color HEX #060CE5 Medium Blue

📋 copy color: '#060CE5'

red 6 ◦ green 12 ◦ blue 229

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

Shades of Medium Blue #060CE5

Tints of Medium Blue #060CE5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 229 (89.84% from 255) = 92.71%

R = 2.43%
G = 4.86%
B = 92.71%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#060CE5 (or 0x060CE5) is known color: Medium Blue. HEX triplet: 06, 0C and E5. RGB value is (6,12,229). Sum of RGB (Red+Green+Blue) = 6+12+229=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 229 (89.84% from 255 or 92.71% from 247); Max value from RGB is 229 - color contains mainly: blue. Hex color #060CE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CE5 is #F9F31A. Grayscale: #222222. Windows color (decimal): -16380699 or 15010822. OLE color: 15010822.

HSL color Cylindrical-coordinate representation of color #060CE5: hue angle of 238.39º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CE5 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 12 229 -
CMYK 0.97 0.95 0 0.10
HSL 238.39º 0.95% 0.46% -
HSV(B) 238.39º 0.97% 0.9% -
XYZ 14.35 5.96 74.52 -
YUV 34.94 237.51 107.36 -
System Red Green Blue C M Y K H S L
Decimal 6 12 229 0.97 0.95 0 0.10 238.39 0.95 0.46
Hex 6 C E5 61 5F 0 A EE 5F 2E
Octal 6 14 345 141 137 0 12 356 137 56
Binary 110 1100 11100101 1100001 1011111 0 1010 11101110 1011111 101110

Color Harmonies of #060CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CE5

Black with #060CE5

Text Example


Text Example

White with #060CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060CE5; }

 p { color: rgb(6,12,229); }

 H1.HeaderClassName
 {
   color: #060CE5;
 }
 .AnyTagClassName
 {
   color: #060CE5;
 }
</style>

background-color css

<style>
 a { background-color: #060CE5; }

 a { background-color: rgb(6,12,229); }

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

border-color css

<style>
 span { border-color: #060CE5; }

 span { border-color: rgb(6,12,229); }

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