Html Css Color HEX #0656BD Denim

📋 copy color: '#0656BD'

red 6 ◦ green 86 ◦ blue 189

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

Shades of Denim #0656BD

Tints of Denim #0656BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 189 (74.22% from 255) = 67.26%

R = 2.14%
G = 30.6%
B = 67.26%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0656BD (or 0x0656BD) is known color: Denim. HEX triplet: 06, 56 and BD. RGB value is (6,86,189). Sum of RGB (Red+Green+Blue) = 6+86+189=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #0656BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0656BD is #F9A942. Grayscale: #494949. Windows color (decimal): -16361795 or 12408326. OLE color: 12408326.

HSL color Cylindrical-coordinate representation of color #0656BD: hue angle of 213.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0656BD is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 86 189 -
CMYK 0.97 0.54 0 0.26
HSL 213.77º 0.94% 0.38% -
HSV(B) 213.77º 0.97% 0.74% -
XYZ 12.59 10.37 49.48 -
YUV 73.82 193 79.62 -
System Red Green Blue C M Y K H S L
Decimal 6 86 189 0.97 0.54 0 0.26 213.77 0.94 0.38
Hex 6 56 BD 61 36 0 1A D6 5E 26
Octal 6 126 275 141 66 0 32 326 136 46
Binary 110 1010110 10111101 1100001 110110 0 11010 11010110 1011110 100110

Color Harmonies of #0656BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0656BD

Black with #0656BD

Text Example


Text Example

White with #0656BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0656BD; }

 p { color: rgb(6,86,189); }

 H1.HeaderClassName
 {
   color: #0656BD;
 }
 .AnyTagClassName
 {
   color: #0656BD;
 }
</style>

background-color css

<style>
 a { background-color: #0656BD; }

 a { background-color: rgb(6,86,189); }

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

border-color css

<style>
 span { border-color: #0656BD; }

 span { border-color: rgb(6,86,189); }

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