Html Css Color HEX #0655BB Denim

📋 copy color: '#0655BB'

red 6 ◦ green 85 ◦ blue 187

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

Shades of Denim #0655BB

Tints of Denim #0655BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

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

R = 2.16%
G = 30.58%
B = 67.27%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0655BB (or 0x0655BB) is known color: Denim. HEX triplet: 06, 55 and BB. RGB value is (6,85,187). Sum of RGB (Red+Green+Blue) = 6+85+187=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #0655BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655BB is #F9AA44. Grayscale: #484848. Windows color (decimal): -16362053 or 12276998. OLE color: 12276998.

HSL color Cylindrical-coordinate representation of color #0655BB: hue angle of 213.81º 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 #0655BB is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 85 187 -
CMYK 0.97 0.55 0 0.27
HSL 213.81º 0.94% 0.38% -
HSV(B) 213.81º 0.97% 0.73% -
XYZ 12.29 10.12 48.32 -
YUV 73.01 192.33 80.21 -
System Red Green Blue C M Y K H S L
Decimal 6 85 187 0.97 0.55 0 0.27 213.81 0.94 0.38
Hex 6 55 BB 61 37 0 1B D6 5E 26
Octal 6 125 273 141 67 0 33 326 136 46
Binary 110 1010101 10111011 1100001 110111 0 11011 11010110 1011110 100110

Color Harmonies of #0655BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0655BB

Black with #0655BB

Text Example


Text Example

White with #0655BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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