Html Css Color HEX #0653BB Denim

📋 copy color: '#0653BB'

red 6 ◦ green 83 ◦ blue 187

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

Shades of Denim #0653BB

Tints of Denim #0653BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 187 (73.44% from 255) = 67.75%

R = 2.17%
G = 30.07%
B = 67.75%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0653BB (or 0x0653BB) is known color: Denim. HEX triplet: 06, 53 and BB. RGB value is (6,83,187). Sum of RGB (Red+Green+Blue) = 6+83+187=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #0653BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653BB is #F9AC44. Grayscale: #474747. Windows color (decimal): -16362565 or 12276486. OLE color: 12276486.

HSL color Cylindrical-coordinate representation of color #0653BB: hue angle of 214.48º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653BB is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 83 187 -
CMYK 0.97 0.56 0 0.27
HSL 214.48º 0.94% 0.38% -
HSV(B) 214.48º 0.97% 0.73% -
XYZ 12.14 9.81 48.27 -
YUV 71.83 192.99 81.04 -
System Red Green Blue C M Y K H S L
Decimal 6 83 187 0.97 0.56 0 0.27 214.48 0.94 0.38
Hex 6 53 BB 61 38 0 1B D6 5E 26
Octal 6 123 273 141 70 0 33 326 136 46
Binary 110 1010011 10111011 1100001 111000 0 11011 11010110 1011110 100110

Color Harmonies of #0653BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653BB

Black with #0653BB

Text Example


Text Example

White with #0653BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0653BB; }

 p { color: rgb(6,83,187); }

 H1.HeaderClassName
 {
   color: #0653BB;
 }
 .AnyTagClassName
 {
   color: #0653BB;
 }
</style>

background-color css

<style>
 a { background-color: #0653BB; }

 a { background-color: rgb(6,83,187); }

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

border-color css

<style>
 span { border-color: #0653BB; }

 span { border-color: rgb(6,83,187); }

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