Html Css Color HEX #0611CA Medium Blue

📋 copy color: '#0611CA'

red 6 ◦ green 17 ◦ blue 202

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

Shades of Medium Blue #0611CA

Tints of Medium Blue #0611CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 202 (79.3% from 255) = 89.78%

R = 2.67%
G = 7.56%
B = 89.78%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0611CA (or 0x0611CA) is known color: Medium Blue. HEX triplet: 06, 11 and CA. RGB value is (6,17,202). Sum of RGB (Red+Green+Blue) = 6+17+202=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 202 (79.30% from 255 or 89.78% from 225); Max value from RGB is 202 - color contains mainly: blue. Hex color #0611CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0611CA is #F9EE35. Grayscale: #222222. Windows color (decimal): -16379446 or 13242630. OLE color: 13242630.

HSL color Cylindrical-coordinate representation of color #0611CA: hue angle of 236.63º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0611CA is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 17 202 -
CMYK 0.97 0.92 0 0.21
HSL 236.63º 0.94% 0.41% -
HSV(B) 236.63º 0.97% 0.79% -
XYZ 10.94 4.7 56.21 -
YUV 34.8 222.36 107.46 -
System Red Green Blue C M Y K H S L
Decimal 6 17 202 0.97 0.92 0 0.21 236.63 0.94 0.41
Hex 6 11 CA 61 5C 0 15 ED 5E 29
Octal 6 21 312 141 134 0 25 355 136 51
Binary 110 10001 11001010 1100001 1011100 0 10101 11101101 1011110 101001

Color Harmonies of #0611CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0611CA

Black with #0611CA

Text Example


Text Example

White with #0611CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0611CA; }

 p { color: rgb(6,17,202); }

 H1.HeaderClassName
 {
   color: #0611CA;
 }
 .AnyTagClassName
 {
   color: #0611CA;
 }
</style>

background-color css

<style>
 a { background-color: #0611CA; }

 a { background-color: rgb(6,17,202); }

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

border-color css

<style>
 span { border-color: #0611CA; }

 span { border-color: rgb(6,17,202); }

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