Html Css Color HEX #0655BE Denim

📋 copy color: '#0655BE'

red 6 ◦ green 85 ◦ blue 190

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

Shades of Denim #0655BE

Tints of Denim #0655BE

RGB

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

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

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

R = 2.14%
G = 30.25%
B = 67.62%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0655BE (or 0x0655BE) is known color: Denim. HEX triplet: 06, 55 and BE. RGB value is (6,85,190). Sum of RGB (Red+Green+Blue) = 6+85+190=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #0655BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655BE is #F9AA41. Grayscale: #484848. Windows color (decimal): -16362050 or 12473606. OLE color: 12473606.

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

Color convert

RGB 6 85 190 -
CMYK 0.97 0.55 0 0.25
HSL 214.24º 0.94% 0.38% -
HSV(B) 214.24º 0.97% 0.75% -
XYZ 12.62 10.25 50.03 -
YUV 73.35 193.83 79.96 -
System Red Green Blue C M Y K H S L
Decimal 6 85 190 0.97 0.55 0 0.25 214.24 0.94 0.38
Hex 6 55 BE 61 37 0 19 D6 5E 26
Octal 6 125 276 141 67 0 31 326 136 46
Binary 110 1010101 10111110 1100001 110111 0 11001 11010110 1011110 100110

Color Harmonies of #0655BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0655BE

Black with #0655BE

Text Example


Text Example

White with #0655BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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