Html Css Color HEX #0653C0 Denim

📋 copy color: '#0653C0'

red 6 ◦ green 83 ◦ blue 192

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

Shades of Denim #0653C0

Tints of Denim #0653C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 68.33%

R = 2.14%
G = 29.54%
B = 68.33%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0653C0 (or 0x0653C0) is known color: Denim. HEX triplet: 06, 53 and C0. RGB value is (6,83,192). Sum of RGB (Red+Green+Blue) = 6+83+192=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 192 (75.39% from 255 or 68.33% from 281); Max value from RGB is 192 - color contains mainly: blue. Hex color #0653C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653C0 is #F9AC3F. Grayscale: #474747. Windows color (decimal): -16362560 or 12604166. OLE color: 12604166.

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

Color convert

RGB 6 83 192 -
CMYK 0.97 0.57 0 0.25
HSL 215.16º 0.94% 0.39% -
HSV(B) 215.16º 0.97% 0.75% -
XYZ 12.68 10.03 51.14 -
YUV 72.4 195.49 80.64 -
System Red Green Blue C M Y K H S L
Decimal 6 83 192 0.97 0.57 0 0.25 215.16 0.94 0.39
Hex 6 53 C0 61 39 0 19 D7 5E 27
Octal 6 123 300 141 71 0 31 327 136 47
Binary 110 1010011 11000000 1100001 111001 0 11001 11010111 1011110 100111

Color Harmonies of #0653C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653C0

Black with #0653C0

Text Example


Text Example

White with #0653C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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