Html Css Color HEX #0600C8 Medium Blue

📋 copy color: '#0600C8'

red 6 ◦ green 0 ◦ blue 200

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

Shades of Medium Blue #0600C8

Tints of Medium Blue #0600C8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 200 (78.52% from 255) = 97.09%

R = 2.91%
G = 0%
B = 97.09%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0600C8 (or 0x0600C8) is known color: Medium Blue. HEX triplet: 06, 00 and C8. RGB value is (6,0,200). Sum of RGB (Red+Green+Blue) = 6+0+200=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 200 (78.52% from 255 or 97.09% from 206); Max value from RGB is 200 - color contains mainly: blue. Hex color #0600C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600C8 is #F9FF37. Grayscale: #171717. Windows color (decimal): -16383800 or 13107206. OLE color: 13107206.

HSL color Cylindrical-coordinate representation of color #0600C8: hue angle of 241.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600C8 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 6 0 200 -
CMYK 0.97 1 0 0.22
HSL 241.8º 1% 0.39% -
HSV(B) 241.8º 1% 0.78% -
XYZ 10.5 4.21 54.9 -
YUV 24.59 226.99 114.74 -
System Red Green Blue C M Y K H S L
Decimal 6 0 200 0.97 1 0 0.22 241.8 1 0.39
Hex 6 0 C8 61 64 0 16 F2 64 27
Octal 6 0 310 141 144 0 26 362 144 47
Binary 110 0 11001000 1100001 1100100 0 10110 11110010 1100100 100111

Color Harmonies of #0600C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600C8

Black with #0600C8

Text Example


Text Example

White with #0600C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0600C8; }

 p { color: rgb(6,0,200); }

 H1.HeaderClassName
 {
   color: #0600C8;
 }
 .AnyTagClassName
 {
   color: #0600C8;
 }
</style>

background-color css

<style>
 a { background-color: #0600C8; }

 a { background-color: rgb(6,0,200); }

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

border-color css

<style>
 span { border-color: #0600C8; }

 span { border-color: rgb(6,0,200); }

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