#0650C0

Color #0650C0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0650C0

Tints of Denim #0650C0

Color information

#0650C0 (or 0x0650C0) is unknown color: approx Denim. HEX triplet: 06, 50 and C0. RGB value is (6,80,192). Sum of RGB (Red+Green+Blue) = 6+80+192=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #0650C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650C0 is #F9AF3F. Grayscale: #464646. Windows color (decimal): -16363328 or 12603398. OLE color: 12603398.

HSL color Cylindrical-coordinate representation of color #0650C0: hue angle of 216.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0650C0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB680192-
CMYK0.970.5800.25
HSL216.13º93.94%38.82%-
HSV(B)216.13º96.88%75.29%-
XYZ12.469.5851.06-
YUV70.64196.4881.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 192 (75.39% from 255) = 69.06%
R=2.16%
G=28.78%
B=69.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6801920.970.5800.25216.1393.9438.82
Hex650C0613A019d85e27
Octal61203001417203133013647
Binary1101010000110000001100001111010011001110110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0650C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0650C0; }

 p { color: rgb(6,80,192); }

 H1.HeaderClassName
 {
   color: #0650C0;
 }
 .AnyTagClassName
 {
   color: #0650C0;
 }
</style>
background-color css

<style>
 a { background-color: #0650C0; }

 a { background-color: rgb(6,80,192); }

 div.DivClassName
 {
   background-color: #0650C0;
 }
 .BgClassName
 {
   background-color: #0650C0;
 }
</style>
border-color css

<style>
 span { border-color: #0650C0; }

 span { border-color: rgb(6,80,192); }

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