Html Css Color HEX #0653BE Denim

📋 copy color: '#0653BE'

red 6 ◦ green 83 ◦ blue 190

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

Shades of Denim #0653BE

Tints of Denim #0653BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 2.15%
G = 29.75%
B = 68.1%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0653BE (or 0x0653BE) is known color: Denim. HEX triplet: 06, 53 and BE. RGB value is (6,83,190). Sum of RGB (Red+Green+Blue) = 6+83+190=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0653BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653BE is #F9AC41. Grayscale: #474747. Windows color (decimal): -16362562 or 12473094. OLE color: 12473094.

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

Color convert

RGB 6 83 190 -
CMYK 0.97 0.56 0 0.25
HSL 214.89º 0.94% 0.38% -
HSV(B) 214.89º 0.97% 0.75% -
XYZ 12.46 9.94 49.98 -
YUV 72.18 194.49 80.8 -
System Red Green Blue C M Y K H S L
Decimal 6 83 190 0.97 0.56 0 0.25 214.89 0.94 0.38
Hex 6 53 BE 61 38 0 19 D7 5E 26
Octal 6 123 276 141 70 0 31 327 136 46
Binary 110 1010011 10111110 1100001 111000 0 11001 11010111 1011110 100110

Color Harmonies of #0653BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653BE

Black with #0653BE

Text Example


Text Example

White with #0653BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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