Html Css Color HEX #0649CB Denim

📋 copy color: '#0649CB'

red 6 ◦ green 73 ◦ blue 203

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

Shades of Denim #0649CB

Tints of Denim #0649CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 203 (79.69% from 255) = 71.99%

R = 2.13%
G = 25.89%
B = 71.99%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0649CB (or 0x0649CB) is known color: Denim. HEX triplet: 06, 49 and CB. RGB value is (6,73,203). Sum of RGB (Red+Green+Blue) = 6+73+203=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #0649CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0649CB is #F9B634. Grayscale: #434343. Windows color (decimal): -16365109 or 13322502. OLE color: 13322502.

HSL color Cylindrical-coordinate representation of color #0649CB: hue angle of 219.59º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0649CB is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 73 203 -
CMYK 0.97 0.64 0 0.20
HSL 219.59º 0.94% 0.41% -
HSV(B) 219.59º 0.97% 0.8% -
XYZ 13.24 9.12 57.56 -
YUV 67.79 204.3 83.93 -
System Red Green Blue C M Y K H S L
Decimal 6 73 203 0.97 0.64 0 0.20 219.59 0.94 0.41
Hex 6 49 CB 61 40 0 14 DC 5E 29
Octal 6 111 313 141 100 0 24 334 136 51
Binary 110 1001001 11001011 1100001 1000000 0 10100 11011100 1011110 101001

Color Harmonies of #0649CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0649CB

Black with #0649CB

Text Example


Text Example

White with #0649CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0649CB; }

 p { color: rgb(6,73,203); }

 H1.HeaderClassName
 {
   color: #0649CB;
 }
 .AnyTagClassName
 {
   color: #0649CB;
 }
</style>

background-color css

<style>
 a { background-color: #0649CB; }

 a { background-color: rgb(6,73,203); }

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

border-color css

<style>
 span { border-color: #0649CB; }

 span { border-color: rgb(6,73,203); }

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