Html Css Color HEX #060ADE Medium Blue

📋 copy color: '#060ADE'

red 6 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #060ADE

Tints of Medium Blue #060ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 222 (87.11% from 255) = 93.28%

R = 2.52%
G = 4.2%
B = 93.28%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#060ADE (or 0x060ADE) is known color: Medium Blue. HEX triplet: 06, 0A and DE. RGB value is (6,10,222). Sum of RGB (Red+Green+Blue) = 6+10+222=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #060ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ADE is #F9F521. Grayscale: #202020. Windows color (decimal): -16381218 or 14551558. OLE color: 14551558.

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

Color convert

RGB 6 10 222 -
CMYK 0.97 0.95 0 0.13
HSL 238.89º 0.95% 0.45% -
HSV(B) 238.89º 0.97% 0.87% -
XYZ 13.37 5.53 69.47 -
YUV 32.97 234.67 108.76 -
System Red Green Blue C M Y K H S L
Decimal 6 10 222 0.97 0.95 0 0.13 238.89 0.95 0.45
Hex 6 A DE 61 5F 0 D EF 5F 2D
Octal 6 12 336 141 137 0 15 357 137 55
Binary 110 1010 11011110 1100001 1011111 0 1101 11101111 1011111 101101

Color Harmonies of #060ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060ADE

Black with #060ADE

Text Example


Text Example

White with #060ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,10,222); }

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

background-color css

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

 a { background-color: rgb(6,10,222); }

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

border-color css

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

 span { border-color: rgb(6,10,222); }

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