Html Css Color HEX #0660B4 Denim

📋 copy color: '#0660B4'

red 6 ◦ green 96 ◦ blue 180

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

Shades of Denim #0660B4

Tints of Denim #0660B4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

 BLUE value IS 180 (70.7% from 255) = 63.83%

R = 2.13%
G = 34.04%
B = 63.83%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0660B4 (or 0x0660B4) is known color: Denim. HEX triplet: 06, 60 and B4. RGB value is (6,96,180). Sum of RGB (Red+Green+Blue) = 6+96+180=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #0660B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660B4 is #F99F4B. Grayscale: #4E4E4E. Windows color (decimal): -16359244 or 11821062. OLE color: 11821062.

HSL color Cylindrical-coordinate representation of color #0660B4: hue angle of 208.97º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0660B4 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 96 180 -
CMYK 0.97 0.47 0 0.29
HSL 208.97º 0.94% 0.36% -
HSV(B) 208.97º 0.97% 0.71% -
XYZ 12.5 11.7 44.78 -
YUV 78.67 185.18 76.17 -
System Red Green Blue C M Y K H S L
Decimal 6 96 180 0.97 0.47 0 0.29 208.97 0.94 0.36
Hex 6 60 B4 61 2F 0 1D D1 5E 24
Octal 6 140 264 141 57 0 35 321 136 44
Binary 110 1100000 10110100 1100001 101111 0 11101 11010001 1011110 100100

Color Harmonies of #0660B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660B4

Black with #0660B4

Text Example


Text Example

White with #0660B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0660B4; }

 p { color: rgb(6,96,180); }

 H1.HeaderClassName
 {
   color: #0660B4;
 }
 .AnyTagClassName
 {
   color: #0660B4;
 }
</style>

background-color css

<style>
 a { background-color: #0660B4; }

 a { background-color: rgb(6,96,180); }

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

border-color css

<style>
 span { border-color: #0660B4; }

 span { border-color: rgb(6,96,180); }

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