Html Css Color HEX #0666AD Denim

📋 copy color: '#0666AD'

red 6 ◦ green 102 ◦ blue 173

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

Shades of Denim #0666AD

Tints of Denim #0666AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 2.14%
G = 36.3%
B = 61.57%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0666AD (or 0x0666AD) is known color: Denim. HEX triplet: 06, 66 and AD. RGB value is (6,102,173). Sum of RGB (Red+Green+Blue) = 6+102+173=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #0666AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0666AD is #F99952. Grayscale: #515151. Windows color (decimal): -16357715 or 11363846. OLE color: 11363846.

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

Color convert

RGB 6 102 173 -
CMYK 0.97 0.41 0 0.32
HSL 205.51º 0.93% 0.35% -
HSV(B) 205.51º 0.97% 0.68% -
XYZ 12.37 12.56 41.31 -
YUV 81.39 179.7 74.23 -
System Red Green Blue C M Y K H S L
Decimal 6 102 173 0.97 0.41 0 0.32 205.51 0.93 0.35
Hex 6 66 AD 61 29 0 20 CE 5D 23
Octal 6 146 255 141 51 0 40 316 135 43
Binary 110 1100110 10101101 1100001 101001 0 100000 11001110 1011101 100011

Color Harmonies of #0666AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0666AD

Black with #0666AD

Text Example


Text Example

White with #0666AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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