Html Css Color HEX #0664AB Denim

📋 copy color: '#0664AB'

red 6 ◦ green 100 ◦ blue 171

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

Shades of Denim #0664AB

Tints of Denim #0664AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 171 (67.19% from 255) = 61.73%

R = 2.17%
G = 36.1%
B = 61.73%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0664AB (or 0x0664AB) is known color: Denim. HEX triplet: 06, 64 and AB. RGB value is (6,100,171). Sum of RGB (Red+Green+Blue) = 6+100+171=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #0664AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0664AB is #F99B54. Grayscale: #4F4F4F. Windows color (decimal): -16358229 or 11232262. OLE color: 11232262.

HSL color Cylindrical-coordinate representation of color #0664AB: hue angle of 205.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0664AB is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 100 171 -
CMYK 0.96 0.42 0 0.33
HSL 205.82º 0.93% 0.35% -
HSV(B) 205.82º 0.96% 0.67% -
XYZ 11.98 12.09 40.23 -
YUV 79.99 179.36 75.23 -
System Red Green Blue C M Y K H S L
Decimal 6 100 171 0.96 0.42 0 0.33 205.82 0.93 0.35
Hex 6 64 AB 60 2A 0 21 CE 5D 23
Octal 6 144 253 140 52 0 41 316 135 43
Binary 110 1100100 10101011 1100000 101010 0 100001 11001110 1011101 100011

Color Harmonies of #0664AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664AB

Black with #0664AB

Text Example


Text Example

White with #0664AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0664AB; }

 p { color: rgb(6,100,171); }

 H1.HeaderClassName
 {
   color: #0664AB;
 }
 .AnyTagClassName
 {
   color: #0664AB;
 }
</style>

background-color css

<style>
 a { background-color: #0664AB; }

 a { background-color: rgb(6,100,171); }

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

border-color css

<style>
 span { border-color: #0664AB; }

 span { border-color: rgb(6,100,171); }

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