Html Css Color HEX #0663AB Denim

📋 copy color: '#0663AB'

red 6 ◦ green 99 ◦ blue 171

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

Shades of Denim #0663AB

Tints of Denim #0663AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

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

R = 2.17%
G = 35.87%
B = 61.96%

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

#0663AB (or 0x0663AB) is known color: Denim. HEX triplet: 06, 63 and AB. RGB value is (6,99,171). Sum of RGB (Red+Green+Blue) = 6+99+171=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #0663AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0663AB is #F99C54. Grayscale: #4F4F4F. Windows color (decimal): -16358485 or 11232006. OLE color: 11232006.

HSL color Cylindrical-coordinate representation of color #0663AB: hue angle of 206.18º 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 #0663AB is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 99 171 -
CMYK 0.96 0.42 0 0.33
HSL 206.18º 0.93% 0.35% -
HSV(B) 206.18º 0.96% 0.67% -
XYZ 11.89 11.9 40.2 -
YUV 79.4 179.69 75.65 -
System Red Green Blue C M Y K H S L
Decimal 6 99 171 0.96 0.42 0 0.33 206.18 0.93 0.35
Hex 6 63 AB 60 2A 0 21 CE 5D 23
Octal 6 143 253 140 52 0 41 316 135 43
Binary 110 1100011 10101011 1100000 101010 0 100001 11001110 1011101 100011

Color Harmonies of #0663AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0663AB

Black with #0663AB

Text Example


Text Example

White with #0663AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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