Html Css Color HEX #0661AD Denim

📋 copy color: '#0661AD'

red 6 ◦ green 97 ◦ blue 173

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

Shades of Denim #0661AD

Tints of Denim #0661AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

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

R = 2.17%
G = 35.14%
B = 62.68%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0661AD (or 0x0661AD) is known color: Denim. HEX triplet: 06, 61 and AD. RGB value is (6,97,173). Sum of RGB (Red+Green+Blue) = 6+97+173=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #0661AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0661AD is #F99E52. Grayscale: #4E4E4E. Windows color (decimal): -16358995 or 11362566. OLE color: 11362566.

HSL color Cylindrical-coordinate representation of color #0661AD: hue angle of 207.31º 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 #0661AD is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 97 173 -
CMYK 0.97 0.44 0 0.32
HSL 207.31º 0.93% 0.35% -
HSV(B) 207.31º 0.97% 0.68% -
XYZ 11.89 11.61 41.15 -
YUV 78.46 181.35 76.32 -
System Red Green Blue C M Y K H S L
Decimal 6 97 173 0.97 0.44 0 0.32 207.31 0.93 0.35
Hex 6 61 AD 61 2C 0 20 CF 5D 23
Octal 6 141 255 141 54 0 40 317 135 43
Binary 110 1100001 10101101 1100001 101100 0 100000 11001111 1011101 100011

Color Harmonies of #0661AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0661AD

Black with #0661AD

Text Example


Text Example

White with #0661AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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