Html Css Color HEX #0663B5 Denim

📋 copy color: '#0663B5'

red 6 ◦ green 99 ◦ blue 181

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

Shades of Denim #0663B5

Tints of Denim #0663B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 63.29%

R = 2.1%
G = 34.62%
B = 63.29%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0663B5 (or 0x0663B5) is known color: Denim. HEX triplet: 06, 63 and B5. RGB value is (6,99,181). Sum of RGB (Red+Green+Blue) = 6+99+181=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 181 (71.09% from 255 or 63.29% from 286); Max value from RGB is 181 - color contains mainly: blue. Hex color #0663B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0663B5 is #F99C4A. Grayscale: #505050. Windows color (decimal): -16358475 or 11887366. OLE color: 11887366.

HSL color Cylindrical-coordinate representation of color #0663B5: hue angle of 208.11º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0663B5 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 99 181 -
CMYK 0.97 0.45 0 0.29
HSL 208.11º 0.94% 0.37% -
HSV(B) 208.11º 0.97% 0.71% -
XYZ 12.88 12.3 45.41 -
YUV 80.54 184.69 74.83 -
System Red Green Blue C M Y K H S L
Decimal 6 99 181 0.97 0.45 0 0.29 208.11 0.94 0.37
Hex 6 63 B5 61 2D 0 1D D0 5E 25
Octal 6 143 265 141 55 0 35 320 136 45
Binary 110 1100011 10110101 1100001 101101 0 11101 11010000 1011110 100101

Color Harmonies of #0663B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0663B5

Black with #0663B5

Text Example


Text Example

White with #0663B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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