Html Css Color HEX #0651C0 Denim

📋 copy color: '#0651C0'

red 6 ◦ green 81 ◦ blue 192

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

Shades of Denim #0651C0

Tints of Denim #0651C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

 BLUE value IS 192 (75.39% from 255) = 68.82%

R = 2.15%
G = 29.03%
B = 68.82%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0651C0 (or 0x0651C0) is known color: Denim. HEX triplet: 06, 51 and C0. RGB value is (6,81,192). Sum of RGB (Red+Green+Blue) = 6+81+192=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #0651C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0651C0 is #F9AE3F. Grayscale: #464646. Windows color (decimal): -16363072 or 12603654. OLE color: 12603654.

HSL color Cylindrical-coordinate representation of color #0651C0: hue angle of 215.81º 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 #0651C0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 81 192 -
CMYK 0.97 0.58 0 0.25
HSL 215.81º 0.94% 0.39% -
HSV(B) 215.81º 0.97% 0.75% -
XYZ 12.53 9.73 51.09 -
YUV 71.23 196.15 81.47 -
System Red Green Blue C M Y K H S L
Decimal 6 81 192 0.97 0.58 0 0.25 215.81 0.94 0.39
Hex 6 51 C0 61 3A 0 19 D8 5E 27
Octal 6 121 300 141 72 0 31 330 136 47
Binary 110 1010001 11000000 1100001 111010 0 11001 11011000 1011110 100111

Color Harmonies of #0651C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0651C0

Black with #0651C0

Text Example


Text Example

White with #0651C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0651C0;
 }
 .AnyTagClassName
 {
   color: #0651C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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