Html Css Color HEX #0660AD Denim

📋 copy color: '#0660AD'

red 6 ◦ green 96 ◦ blue 173

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

Shades of Denim #0660AD

Tints of Denim #0660AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.91%

R = 2.18%
G = 34.91%
B = 62.91%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0660AD (or 0x0660AD) is known color: Denim. HEX triplet: 06, 60 and AD. RGB value is (6,96,173). Sum of RGB (Red+Green+Blue) = 6+96+173=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #0660AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0660AD is #F99F52. Grayscale: #4D4D4D. Windows color (decimal): -16359251 or 11362310. OLE color: 11362310.

HSL color Cylindrical-coordinate representation of color #0660AD: hue angle of 207.66º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0660AD is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 96 173 -
CMYK 0.97 0.45 0 0.32
HSL 207.66º 0.93% 0.35% -
HSV(B) 207.66º 0.97% 0.68% -
XYZ 11.8 11.42 41.12 -
YUV 77.87 181.68 76.74 -
System Red Green Blue C M Y K H S L
Decimal 6 96 173 0.97 0.45 0 0.32 207.66 0.93 0.35
Hex 6 60 AD 61 2D 0 20 D0 5D 23
Octal 6 140 255 141 55 0 40 320 135 43
Binary 110 1100000 10101101 1100001 101101 0 100000 11010000 1011101 100011

Color Harmonies of #0660AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660AD

Black with #0660AD

Text Example


Text Example

White with #0660AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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