Html Css Color HEX #0609DB Medium Blue

📋 copy color: '#0609DB'

red 6 ◦ green 9 ◦ blue 219

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

Shades of Medium Blue #0609DB

Tints of Medium Blue #0609DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

 BLUE value IS 219 (85.94% from 255) = 93.59%

R = 2.56%
G = 3.85%
B = 93.59%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0609DB (or 0x0609DB) is known color: Medium Blue. HEX triplet: 06, 09 and DB. RGB value is (6,9,219). Sum of RGB (Red+Green+Blue) = 6+9+219=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 219 (85.94% from 255 or 93.59% from 234); Max value from RGB is 219 - color contains mainly: blue. Hex color #0609DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0609DB is #F9F624. Grayscale: #1F1F1F. Windows color (decimal): -16381477 or 14354694. OLE color: 14354694.

HSL color Cylindrical-coordinate representation of color #0609DB: hue angle of 239.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0609DB is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 9 219 -
CMYK 0.97 0.96 0 0.14
HSL 239.15º 0.95% 0.44% -
HSV(B) 239.15º 0.97% 0.86% -
XYZ 12.96 5.35 67.37 -
YUV 32.04 233.51 109.42 -
System Red Green Blue C M Y K H S L
Decimal 6 9 219 0.97 0.96 0 0.14 239.15 0.95 0.44
Hex 6 9 DB 61 60 0 E EF 5F 2C
Octal 6 11 333 141 140 0 16 357 137 54
Binary 110 1001 11011011 1100001 1100000 0 1110 11101111 1011111 101100

Color Harmonies of #0609DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0609DB

Black with #0609DB

Text Example


Text Example

White with #0609DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0609DB; }

 p { color: rgb(6,9,219); }

 H1.HeaderClassName
 {
   color: #0609DB;
 }
 .AnyTagClassName
 {
   color: #0609DB;
 }
</style>

background-color css

<style>
 a { background-color: #0609DB; }

 a { background-color: rgb(6,9,219); }

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

border-color css

<style>
 span { border-color: #0609DB; }

 span { border-color: rgb(6,9,219); }

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